From 32de6ff2cdc2bce860c1cd16eded25e1cb6d405a Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Tue, 22 Oct 2024 08:36:44 -0400 Subject: [PATCH] spelling: available Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- README.md | 2 +- src/com/sun/jna/platform/win32/WinError.java | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 27b7d473a..c3ea1c5ae 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ In the past (before 2018), we were using *free-decompiler.com* domain as homepag ## Download application For downloading the app, see [latest release](https://github.com/jindrapetrik/jpexs-decompiler/releases/latest). -Older versions and nightly builds are availabe at the [releases section](https://github.com/jindrapetrik/jpexs-decompiler/releases) +Older versions and nightly builds are available at the [releases section](https://github.com/jindrapetrik/jpexs-decompiler/releases) ### How to install See [installation section of the wiki](https://github.com/jindrapetrik/jpexs-decompiler/wiki/Installation) diff --git a/src/com/sun/jna/platform/win32/WinError.java b/src/com/sun/jna/platform/win32/WinError.java index 90a57a087..b50362687 100644 --- a/src/com/sun/jna/platform/win32/WinError.java +++ b/src/com/sun/jna/platform/win32/WinError.java @@ -23372,7 +23372,7 @@ public interface WinError { // // MessageText: // - // The publisher has been disabled and its resource is not avaiable. This + // The publisher has been disabled and its resource is not available. This // usually occurs when the publisher is in the process of being uninstalled // or upgraded. // @@ -37878,7 +37878,7 @@ public interface WinError { // // MessageText: // - // The DAA command has no resources availble to execute the command. + // The DAA command has no resources available to execute the command. // int TPM_E_DAA_RESOURCES = 0x80280050;