From c742b20c522d8dcd0f3ca40e85c13aa7f3410bc7 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Tue, 6 Feb 2024 14:23:14 -0500 Subject: [PATCH] spelling: graceful Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- src/debugpy/adapter/clients.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/debugpy/adapter/clients.py b/src/debugpy/adapter/clients.py index ee1d1514..85f1ac81 100644 --- a/src/debugpy/adapter/clients.py +++ b/src/debugpy/adapter/clients.py @@ -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. #