From 1527fab5b2bcdcfa41c71c5077d4147710ce47a5 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Tue, 22 Oct 2024 08:15:57 -0400 Subject: [PATCH] spelling: nonexistent Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- CHANGELOG.md | 2 +- src/com/sun/jna/platform/win32/WinError.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index adc9531a6..266f72429 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2211,7 +2211,7 @@ Major version of SWF to XML export changed to 2. - [#832] AS3 direct edit - other ABCs resolving fix - [#904] Cannot export images - [#910] Missing instructions -- Opening not existent files on restoring last session +- Opening nonexistent files on restoring last session - [#922] Edit text leading - Put image before shape on shape replace - [#916] Replacing Shape corrupts SWF diff --git a/src/com/sun/jna/platform/win32/WinError.java b/src/com/sun/jna/platform/win32/WinError.java index 346321dd0..7dd55f956 100644 --- a/src/com/sun/jna/platform/win32/WinError.java +++ b/src/com/sun/jna/platform/win32/WinError.java @@ -33319,7 +33319,7 @@ public interface WinError { // // MessageText: // - // An attempt was made to end a non-existent transaction. + // An attempt was made to end a nonexistent transaction. // int SCARD_E_NOT_TRANSACTED = 0x80100016;