[CRIU] [PATCH 3/4] zdtm.py: fix typo

Tycho Andersen tycho.andersen at canonical.com
Tue Nov 3 13:20:35 PST 2015


Signed-off-by: Tycho Andersen <tycho.andersen at canonical.com>
---
 test/zdtm.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/zdtm.py b/test/zdtm.py
index 4516ef4..d89a122 100755
--- a/test/zdtm.py
+++ b/test/zdtm.py
@@ -472,7 +472,7 @@ class criu_cli:
 
 	def cleanup(self):
 		if self.__dump_path:
-			print "Remvoing %s" % self.__dump_path
+			print "Removing %s" % self.__dump_path
 			shutil.rmtree(self.__dump_path)
 
 	def __ddir(self):
-- 
2.5.0



More information about the CRIU mailing list