]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
fix docstring typo
authorAlfredo Deza <alfredo.deza@inktank.com>
Wed, 26 Feb 2014 13:17:48 +0000 (08:17 -0500)
committerAlfredo Deza <alfredo.deza@inktank.com>
Wed, 26 Feb 2014 13:17:48 +0000 (08:17 -0500)
Signed-off-by: Alfredo Deza <alfredo.deza@inktank.com>
teuthology/contextutil.py

index 4306cde4115d54a8363cae59cd3ea20ab57486fd..513147fa0c374a8753a7e6b2431d6ee963c0071b 100644 (file)
@@ -51,7 +51,7 @@ class MaxWhileTries(Exception):
 
 class safe_while(object):
     """
-    A contect manager to remove boiler plate code that deals with `while` loops
+    A context manager to remove boiler plate code that deals with `while` loops
     that need a given number of tries and some seconds to sleep between each
     one of those tries.