From 1fce12f8b22c266d5c2ab4f0dd0984364b00874c Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Tue, 22 Oct 2024 09:48:43 -0400 Subject: [PATCH] spelling: originally Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- src/com/sun/jna/platform/win32/WinError.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/com/sun/jna/platform/win32/WinError.java b/src/com/sun/jna/platform/win32/WinError.java index ff13ee60d..6a66649eb 100644 --- a/src/com/sun/jna/platform/win32/WinError.java +++ b/src/com/sun/jna/platform/win32/WinError.java @@ -23674,7 +23674,7 @@ public interface WinError { // with several fields encoded in the value. The parts of an // HRESULT are shown below. // - // Many of the macros and functions below were orginally defined to + // Many of the macros and functions below were originally defined to // operate on SCODEs. SCODEs are no longer used. The macros are // still present for compatibility and easy porting of Win16 code. // Newly written code should use the HRESULT macros and functions.