From: John Spray Date: Thu, 6 Feb 2014 14:26:27 +0000 (+0000) Subject: Spelling X-Git-Tag: 1.1.0~1671^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F187%2Fhead;p=teuthology.git Spelling Signed-off-by: John Spray --- diff --git a/teuthology/task/workunit.py b/teuthology/task/workunit.py index 3749d4716..182fb91fc 100644 --- a/teuthology/task/workunit.py +++ b/teuthology/task/workunit.py @@ -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): """