From 0d76e93864eac0396c0eb154fae4b112cb141e27 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jindra=20Pet=C5=99=C3=ADk?= Date: Sat, 9 Nov 2024 10:35:20 +0100 Subject: [PATCH] Spelling fix --- .github/actions/spelling/expect.txt | 1 - .../decompiler/flash/gui/soleditor/SharedObjectsStorage.java | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/actions/spelling/expect.txt b/.github/actions/spelling/expect.txt index e9a3a205e..6c56b7cc7 100644 --- a/.github/actions/spelling/expect.txt +++ b/.github/actions/spelling/expect.txt @@ -45,7 +45,6 @@ abovenormal abreak Abstaende abx -accesing ACCESSDENIED acode acolor diff --git a/src/com/jpexs/decompiler/flash/gui/soleditor/SharedObjectsStorage.java b/src/com/jpexs/decompiler/flash/gui/soleditor/SharedObjectsStorage.java index 55c1602b7..f786add07 100644 --- a/src/com/jpexs/decompiler/flash/gui/soleditor/SharedObjectsStorage.java +++ b/src/com/jpexs/decompiler/flash/gui/soleditor/SharedObjectsStorage.java @@ -36,7 +36,7 @@ import java.util.regex.Matcher; import java.util.regex.Pattern; /** - * Service for accesing storage of Shared objects (.SOL files) + * Service for accessing storage of Shared objects (.SOL files) * * @author JPEXS */