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.