mirror of
https://github.com/microsoft/debugpy.git
synced 2025-12-23 08:48:12 +00:00
spelling: graceful
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
c027b4dc98
commit
c742b20c52
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
#
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue