From: Alfredo Deza Date: Fri, 9 Aug 2013 22:59:36 +0000 (-0700) Subject: fix typos X-Git-Tag: v1.2~4^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=117d074524225fff53b2ffe7dbf585d5e5b833ff;p=ceph-deploy.git fix typos Signed-off-by: Alfredo Deza --- diff --git a/ceph_deploy/util/decorators.py b/ceph_deploy/util/decorators.py index 977ccff..cc111e5 100644 --- a/ceph_deploy/util/decorators.py +++ b/ceph_deploy/util/decorators.py @@ -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: