]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
pybind/mgr: fix typo
authorNick Erdmann <n@nirf.de>
Fri, 26 Jan 2018 13:40:27 +0000 (13:40 +0000)
committerJohn Spray <john.spray@redhat.com>
Tue, 30 Jan 2018 16:18:48 +0000 (16:18 +0000)
Signed-off-by: Nick Erdmann <n@nirf.de>
(cherry picked from commit fdd64bb2dac33085b47c737032a525d89319c866)

src/pybind/mgr/mgr_module.py

index 029319ff9743a88982828c69f34c76b1858e480b..f623cc923691fb723bb9300a1f89c950e8460260 100644 (file)
@@ -148,7 +148,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).
     """