From ddb79eecd51e75caedacbce9648ebd523c2b1082 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Tue, 22 Oct 2024 09:08:30 -0400 Subject: [PATCH] spelling: encountered Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- src/com/sun/jna/platform/win32/WinError.java | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/com/sun/jna/platform/win32/WinError.java b/src/com/sun/jna/platform/win32/WinError.java index a841a9cc5..0e36f842b 100644 --- a/src/com/sun/jna/platform/win32/WinError.java +++ b/src/com/sun/jna/platform/win32/WinError.java @@ -13536,7 +13536,7 @@ public interface WinError { // // MessageText: // - // Log service enountered an error when attempting to read from a log + // Log service encountered an error when attempting to read from a log // container. // int ERROR_LOG_CONTAINER_READ_FAILED = 6639; @@ -13546,7 +13546,7 @@ public interface WinError { // // MessageText: // - // Log service enountered an error when attempting to write to a log + // Log service encountered an error when attempting to write to a log // container. // int ERROR_LOG_CONTAINER_WRITE_FAILED = 6640; @@ -13556,7 +13556,7 @@ public interface WinError { // // MessageText: // - // Log service enountered an error when attempting open a log container. + // Log service encountered an error when attempting open a log container. // int ERROR_LOG_CONTAINER_OPEN_FAILED = 6641; @@ -13565,7 +13565,7 @@ public interface WinError { // // MessageText: // - // Log service enountered an invalid container state when attempting a + // Log service encountered an invalid container state when attempting a // requested action. // int ERROR_LOG_CONTAINER_STATE_INVALID = 6642;