]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
pybind/mgr: fix typo 19758/head
authorNick Erdmann <n@nirf.de>
Fri, 26 Jan 2018 13:40:27 +0000 (13:40 +0000)
committerNick Erdmann <n@nirf.de>
Fri, 26 Jan 2018 14:06:07 +0000 (14:06 +0000)
Signed-off-by: Nick Erdmann <n@nirf.de>
src/pybind/mgr/mgr_module.py

index bb9a4c2b8e59db768059c9d3c330ffe599e9b2da..179e97c73a45223be2b65587f569acc0dab5c0a3 100644 (file)
@@ -151,7 +151,7 @@ class MgrStandbyModule(ceph_module.BaseMgrStandbyModule):
     are not permitted to implement commands and they do not receive
     any notifications.
 
-    They only have access to the mgrmap (for acecssing service URI info
+    They only have access to the mgrmap (for accessing service URI info
     from their active peer), and to configuration settings (read only).
     """