From f6b5acc04391e4498305ba3d9d76d3c4ccfc4ca0 Mon Sep 17 00:00:00 2001 From: Dan Mick Date: Thu, 21 Nov 2013 22:04:19 -0800 Subject: [PATCH] internal.py: nitty little spelling error Signed-off-by: Dan Mick --- teuthology/task/internal.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/teuthology/task/internal.py b/teuthology/task/internal.py index 2455f6eadd6..df0f2335e70 100644 --- a/teuthology/task/internal.py +++ b/teuthology/task/internal.py @@ -101,7 +101,7 @@ def lock_machines(ctx, config): time.sleep(10) keyscan_out, current_locks = lock.keyscan_check(ctx, vmlist) - log.info('virtual machine is stil unavailable') + log.info('virtual machine is still unavailable') if loopcount == 40: loopcount = 0 log.info('virtual machine(s) still not up, ' + -- 2.47.3