From 8e62344cc5ff488185c4edb8ad1d9db198743af8 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Tue, 22 Oct 2024 10:40:36 -0400 Subject: [PATCH] spelling: followed 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 70fcbe083..adb93f1ad 100644 --- a/src/com/sun/jna/platform/win32/WinError.java +++ b/src/com/sun/jna/platform/win32/WinError.java @@ -22857,7 +22857,7 @@ public interface WinError { // MessageText: // // A string containing localized substitutable content was malformed. Either - // a dollar sign ($) was follwed by something other than a left parenthesis + // a dollar sign ($) was followed by something other than a left parenthesis // or another dollar sign or an substitution's right parenthesis was not // found. //