From: Kobi Ginon Date: Tue, 21 Apr 2026 04:07:18 +0000 (+0300) Subject: mgr/cephadm: fix typo in schedule.py comment (specified) X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=0bb89e4019597278f0c592c68522e358e4cd9e1a;p=ceph.git mgr/cephadm: fix typo in schedule.py comment (specified) Correct spelling in the ip_addrs allocation comment: "spcified" → "specified". Fixes: https://tracker.ceph.com/issues/76147 Signed-off-by: Kobi Ginon --- diff --git a/src/pybind/mgr/cephadm/schedule.py b/src/pybind/mgr/cephadm/schedule.py index 166a8326168a..080b37f0ea1a 100644 --- a/src/pybind/mgr/cephadm/schedule.py +++ b/src/pybind/mgr/cephadm/schedule.py @@ -546,7 +546,7 @@ class HostAssignment(object): ls = [] for p in orig: ip = None - # daemon can have specific ip if 'ip_addrs' is spcified in spec, we can use this + # daemon can have specific ip if 'ip_addrs' is specified in spec, we can use this # parameter for all services, if they need to bind to specific ip # If ip not present and networks is passed, ip of that network will be used if self.spec.ip_addrs: