From fdd64bb2dac33085b47c737032a525d89319c866 Mon Sep 17 00:00:00 2001 From: Nick Erdmann Date: Fri, 26 Jan 2018 13:40:27 +0000 Subject: [PATCH] pybind/mgr: fix typo Signed-off-by: Nick Erdmann --- src/pybind/mgr/mgr_module.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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). """ -- 2.47.3