rpc: fix some typos

Change-Id: I3669e11839a99e7d1f60b5be16f1097295196628
This commit is contained in:
Ihar Hrachyshka 2024-02-14 17:34:04 +00:00
parent 35455d101b
commit 23b1fbc3b3
1 changed files with 2 additions and 2 deletions

View File

@ -239,9 +239,9 @@ def get_notifier(service=None, host=None, publisher_id=None):
"""Get a new notifier reference.
:param service: The optional service for the notifier.
:param host: The optional host for the notifier. If not given the host
:param host: The optional host for the notifier. If not given, the host
will be taken from the global CONF.
:param publisher_id: The optional publisher ID for the notifer.
:param publisher_id: The optional publisher ID for the notifier.
:returns: A new RPC notifier reference.
"""
if NOTIFIER is None: