From: Nick Erdmann Date: Fri, 26 Jan 2018 13:40:27 +0000 (+0000) Subject: pybind/mgr: fix typo X-Git-Tag: v13.0.2~418^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F19758%2Fhead;p=ceph.git pybind/mgr: fix typo Signed-off-by: Nick Erdmann --- diff --git a/src/pybind/mgr/mgr_module.py b/src/pybind/mgr/mgr_module.py index bb9a4c2b8e5..179e97c73a4 100644 --- a/src/pybind/mgr/mgr_module.py +++ b/src/pybind/mgr/mgr_module.py @@ -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). """