From a32b73cb61e7d0d533f6b347c4f96aefbe4fa739 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Tue, 22 Oct 2024 10:42:40 -0400 Subject: [PATCH] spelling: interpret Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- src/com/sun/jna/platform/win32/WinError.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/com/sun/jna/platform/win32/WinError.java b/src/com/sun/jna/platform/win32/WinError.java index 49a0e2228..c6e92f9bd 100644 --- a/src/com/sun/jna/platform/win32/WinError.java +++ b/src/com/sun/jna/platform/win32/WinError.java @@ -4381,7 +4381,7 @@ public interface WinError { // // MessageText: // - // The data provider was not able to intrepret the flags set for a column + // The data provider was not able to interpret the flags set for a column // binding in an accessor. // int ERROR_BAD_ACCESSOR_FLAGS = 773; @@ -37250,7 +37250,7 @@ public interface WinError { // // MessageText: // - // The key handle cannot be intrepreted. + // The key handle cannot be interpreted. // int TPM_E_INVALID_KEYHANDLE = 0x8028000C;