Typo Fix: chaged => changed

Changed missing an "n".

Change-Id: I1cb50ded8bbe27894f197fae3a7fe7c29c337f63
This commit is contained in:
David Koslow 2023-04-05 18:38:58 -04:00 committed by Alex Kavanagh
parent 9278718a2b
commit 58c2a1aa93
1 changed files with 1 additions and 1 deletions

View File

@ -1007,7 +1007,7 @@ RMQ_MON_PORT = 15692
@rabbit.coordinated_restart_on_change(rabbit.restart_map(), manage_restart)
@harden()
def config_changed(check_deferred_restarts=True):
"""Run config-chaged hook.
"""Run config-changed hook.
:param check_deferred_events: Whether to check if restarts are
permitted before running hook.