]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-deploy.git/commitdiff
fix typos
authorAlfredo Deza <alfredo@deza.pe>
Fri, 9 Aug 2013 22:59:36 +0000 (15:59 -0700)
committerAlfredo Deza <alfredo@deza.pe>
Fri, 9 Aug 2013 22:59:36 +0000 (15:59 -0700)
Signed-off-by: Alfredo Deza <alfredo@deza.pe>
ceph_deploy/util/decorators.py

index 977ccffb44f422ec33f0540a2d0fd51c121b04d0..cc111e57aa63c8de8a21009664ae87cbbaa38a7e 100644 (file)
@@ -28,10 +28,10 @@ def catches(catch=None, handler=None, exit=True):
     """
     Very simple decorator that tries any of the exception(s) passed in as
     a single exception class or tuple (containing multiple ones) returning the
-    exception message and optionally handling the problem if it rises with the
+    exception message and optionally handling the problem if it raises with the
     handler if it is provided.
 
-    So instead of douing something like this::
+    So instead of doing something like this::
 
         def bar():
             try: