spelling: graceful

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2024-02-06 14:23:14 -05:00
parent c027b4dc98
commit c742b20c52

View file

@ -665,7 +665,7 @@ class Client(components.Component):
self.restart_requested = False
if self._forward_terminate_request:
# According to the spec, terminate should try to do a gracefull shutdown.
# According to the spec, terminate should try to do a graceful shutdown.
# We do this in the server by interrupting the main thread with a Ctrl+C.
# To force the kill a subsequent request would do a disconnect.
#