]> git-server-git.apps.pok.os.sepia.ceph.com Git - teuthology.git/commitdiff
fixed typo
authortamil <tamil@tamil-VirtualBox.(none)>
Thu, 12 Jul 2012 23:36:40 +0000 (16:36 -0700)
committertamil <tamil@tamil-VirtualBox.(none)>
Thu, 12 Jul 2012 23:36:40 +0000 (16:36 -0700)
Signed-off-by: tamil <tamil.muthamizhan@inktank.com>
teuthology/lock.py

index 2161259ce353eecf973133e6161366ae1fef95af..9b2145291ed2523240be9a155c78cf17d2e40a59 100644 (file)
@@ -34,7 +34,7 @@ def lock_many(ctx, num, user=None):
         log.debug('locked {machines}'.format(machines=', '.join(machines.keys())))
         return machines
     if status == 503:
-        log.error('Insufficient nodes avaiable to lock %d nodes.', num)
+        log.error('Insufficient nodes available to lock %d nodes.', num)
     else:
         log.error('Could not lock %d nodes, reason: unknown.', num)
     return []