Commit a985500c authored by Tycho Andersen's avatar Tycho Andersen Committed by Pavel Emelyanov

zdtm.py: fix typo

Signed-off-by: 's avatarTycho Andersen <tycho.andersen@canonical.com>
Signed-off-by: 's avatarPavel Emelyanov <xemul@parallels.com>
parent 0a2d3a9b
...@@ -473,7 +473,7 @@ class criu_cli: ...@@ -473,7 +473,7 @@ class criu_cli:
def cleanup(self): def cleanup(self):
if self.__dump_path: if self.__dump_path:
print "Remvoing %s" % self.__dump_path print "Removing %s" % self.__dump_path
shutil.rmtree(self.__dump_path) shutil.rmtree(self.__dump_path)
def __ddir(self): def __ddir(self):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment