From: Nick Erdmann Date: Fri, 26 Jan 2018 13:40:27 +0000 (+0000) Subject: pybind/mgr: fix typo X-Git-Tag: v12.2.3~105^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=f0cae0bffced632fcc9f0dfec5d1c85424d9a42c;p=ceph.git pybind/mgr: fix typo Signed-off-by: Nick Erdmann (cherry picked from commit fdd64bb2dac33085b47c737032a525d89319c866) --- diff --git a/src/pybind/mgr/mgr_module.py b/src/pybind/mgr/mgr_module.py index 029319ff974..f623cc92369 100644 --- a/src/pybind/mgr/mgr_module.py +++ b/src/pybind/mgr/mgr_module.py @@ -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). """