From ad10dd134ae83e9a0d562d2cc3b744daf381a6c5 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Tue, 22 Oct 2024 08:11:35 -0400 Subject: [PATCH] spelling: case-sensitive Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- CHANGELOG.md | 2 +- libsrc/ffdec_lib/src/com/sun/jna/platform/win32/Advapi32.java | 4 ++-- resources/com.jpexs.decompiler.flash.metainfo.xml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2beb9eae0..119e84bb7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -217,7 +217,7 @@ All notable changes to this project will be documented in this file. - Nullpointer on recent searches loader - [#2177] Leftover process when invalid SWF opened - now main window is shown - Opening files with "Open with FFDec" on windows did not use same instance -- [#2183] AS1/2 Direct editation - case sensitive identifiers since SWF version 7 +- [#2183] AS1/2 Direct editation - case-sensitive identifiers since SWF version 7 - [#2203] GFX - DefineSubImage with TGA bitmapFormat - [#2207] AS - Index -2 out of bounds for some of the switches - [#2190] AS1/2 - for..in inside switch before break diff --git a/libsrc/ffdec_lib/src/com/sun/jna/platform/win32/Advapi32.java b/libsrc/ffdec_lib/src/com/sun/jna/platform/win32/Advapi32.java index b91e4b390..83cc8f93d 100644 --- a/libsrc/ffdec_lib/src/com/sun/jna/platform/win32/Advapi32.java +++ b/libsrc/ffdec_lib/src/com/sun/jna/platform/win32/Advapi32.java @@ -273,7 +273,7 @@ public interface Advapi32 extends StdCallLibrary { /** * The RegOpenKeyEx function opens the specified registry key. Note that key - * names are not case sensitive. + * names are not case-sensitive. * * @param hKey Handle to an open key. * @param lpSubKey Pointer to a null-terminated string containing the name @@ -462,7 +462,7 @@ public interface Advapi32 extends StdCallLibrary { /** * The RegDeleteValue function removes a named value from the specified - * registry key. Note that value names are not case sensitive. + * registry key. Note that value names are not case-sensitive. * * @param hKey Handle to an open key. The key must have been opened with the * KEY_SET_VALUE access right. diff --git a/resources/com.jpexs.decompiler.flash.metainfo.xml b/resources/com.jpexs.decompiler.flash.metainfo.xml index 329d3a083..1dc74b063 100644 --- a/resources/com.jpexs.decompiler.flash.metainfo.xml +++ b/resources/com.jpexs.decompiler.flash.metainfo.xml @@ -289,7 +289,7 @@
  • Nullpointer on recent searches loader
  • #2177 Leftover process when invalid SWF opened - now main window is shown
  • Opening files with "Open with FFDec" on windows did not use same instance
  • -
  • #2183 AS1/2 Direct editation - case sensitive identifiers since SWF version 7
  • +
  • #2183 AS1/2 Direct editation - case-sensitive identifiers since SWF version 7
  • #2203 GFX - DefineSubImage with TGA bitmapFormat
  • #2207 AS - Index -2 out of bounds for some of the switches
  • #2190 AS1/2 - for..in inside switch before break