]> git.apps.os.sepia.ceph.com Git - teuthology.git/commitdiff
Spelling 187/head
authorJohn Spray <john.spray@inktank.com>
Thu, 6 Feb 2014 14:26:27 +0000 (14:26 +0000)
committerJohn Spray <john.spray@inktank.com>
Wed, 12 Feb 2014 17:29:09 +0000 (17:29 +0000)
Signed-off-by: John Spray <john.spray@inktank.com>
teuthology/task/workunit.py

index 3749d4716504e523ede3a58062b4e3c32fe9785d..182fb91fce606214cc837d86a3e27fdbc7497af2 100644 (file)
@@ -134,7 +134,7 @@ def _delete_dir(ctx, role):
             )
         log.info("Deleted dir {dir}".format(dir=client))
     except Exception:
-        log.exception("Caught an execption deleting dir {dir}".format(dir=client))
+        log.exception("Caught an exception deleting dir {dir}".format(dir=client))
 
     try:
         remote.run(
@@ -146,7 +146,7 @@ def _delete_dir(ctx, role):
             )
         log.info("Deleted dir {dir}".format(dir=mnt))
     except Exception:
-        log.exception("Caught an execption deleting dir {dir}".format(dir=mnt))
+        log.exception("Caught an exception deleting dir {dir}".format(dir=mnt))
 
 def _make_scratch_dir(ctx, role, subdir):
     """