From d53a5b65c9541fc3f24b12c7e2ed663270cefca1 Mon Sep 17 00:00:00 2001 From: John Spray Date: Thu, 6 Feb 2014 14:26:27 +0000 Subject: [PATCH] Spelling Signed-off-by: John Spray --- teuthology/task/workunit.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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): """ -- 2.47.3