From c0003e240cfa25a2839d21b9f446dbfc8d33ea12 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Tue, 6 Feb 2024 14:30:26 -0500 Subject: [PATCH] spelling: occurred Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- src/debugpy/common/messaging.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/debugpy/common/messaging.py b/src/debugpy/common/messaging.py index f064ee6b..4c2e422f 100644 --- a/src/debugpy/common/messaging.py +++ b/src/debugpy/common/messaging.py @@ -995,7 +995,7 @@ class MessageHandlingError(Exception): """Creates a new instance of this class, and immediately logs the exception. Message handling errors are logged immediately unless silent=True, so that the - precise context in which they occured can be determined from the surrounding + precise context in which they occurred can be determined from the surrounding log entries. """