Correct spelling in the ip_addrs allocation comment: "spcified" → "specified".
Fixes: https://tracker.ceph.com/issues/76147
Signed-off-by: Kobi Ginon <kginon@redhat.com>
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: