[java-identity-provider] 01/02: Typo in comment

Rod Widdowson rdw at steadingsoftware.com
Wed Nov 11 11:34:43 UTC 2020


This is an automated email from the git hooks/post-receive script.

rdw pushed a commit to branch main
in repository java-identity-provider.

View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=edb06386b6d4c04a4633e4ff750e554704440f90

commit edb06386b6d4c04a4633e4ff750e554704440f90
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Mon Nov 9 13:46:51 2020 +0000

    Typo in comment
---
 .../shibboleth/idp/installer/plugin/impl/PluginInstallerArguments.java  | 2 +-
 .../net/shibboleth/idp/installer/plugin/impl/PluginInstallerCLI.java    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/idp-installer/src/main/java/net/shibboleth/idp/installer/plugin/impl/PluginInstallerArguments.java b/idp-installer/src/main/java/net/shibboleth/idp/installer/plugin/impl/PluginInstallerArguments.java
index 717c67fe5..537e6700a 100644
--- a/idp-installer/src/main/java/net/shibboleth/idp/installer/plugin/impl/PluginInstallerArguments.java
+++ b/idp-installer/src/main/java/net/shibboleth/idp/installer/plugin/impl/PluginInstallerArguments.java
@@ -67,7 +67,7 @@ public class PluginInstallerArguments extends AbstractIdPHomeAwareCommandLineArg
     @Parameter(names= {"-i", "--input"})
     @Nullable private String input;
 
-    /** Truststore to use for sining. */
+    /** Truststore to use for signing. */
     @Parameter(names= {"--truststore"})
     @Nullable private String truststore;
 
diff --git a/idp-installer/src/main/java/net/shibboleth/idp/installer/plugin/impl/PluginInstallerCLI.java b/idp-installer/src/main/java/net/shibboleth/idp/installer/plugin/impl/PluginInstallerCLI.java
index b6516dc18..4be24fa06 100644
--- a/idp-installer/src/main/java/net/shibboleth/idp/installer/plugin/impl/PluginInstallerCLI.java
+++ b/idp-installer/src/main/java/net/shibboleth/idp/installer/plugin/impl/PluginInstallerCLI.java
@@ -359,7 +359,7 @@ public final class PluginInstallerCLI extends AbstractIdPHomeAwareCommandLine<Pl
             }
             final VersionInfo versionInfo = state.getAvailableVersions().get(version);
             if (versionInfo.getSupportLevel() != SupportLevel.Current) {
-                log.debug("Version {} has suppprt level {}, ignoring", version, versionInfo.getSupportLevel());
+                log.debug("Version {} has support level {}, ignoring", version, versionInfo.getSupportLevel());
                 continue;
             }
             if (!state.isSupportedWithIdPVersion(version, idPVersion)) {

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list