[java-identity-provider] branch main updated: Typos
Tom Zeller
tzeller at dragonacea.biz
Thu Jun 22 16:49:32 UTC 2023
This is an automated email from the git hooks/post-receive script.
tzeller 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=ffcf0381a6695c924e0ccdd6ba43a0f736a87521
The following commit(s) were added to refs/heads/main by this push:
new ffcf0381a Typos
ffcf0381a is described below
commit ffcf0381a6695c924e0ccdd6ba43a0f736a87521
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Thu Jun 22 11:49:06 2023 -0500
Typos
---
.../java/net/shibboleth/idp/installer/impl/UpdateIdPArguments.java | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/idp-installer/src/main/java/net/shibboleth/idp/installer/impl/UpdateIdPArguments.java b/idp-installer/src/main/java/net/shibboleth/idp/installer/impl/UpdateIdPArguments.java
index 308997262..8465c8ae7 100644
--- a/idp-installer/src/main/java/net/shibboleth/idp/installer/impl/UpdateIdPArguments.java
+++ b/idp-installer/src/main/java/net/shibboleth/idp/installer/impl/UpdateIdPArguments.java
@@ -81,7 +81,7 @@ public class UpdateIdPArguments extends AbstractIdPHomeAwareCommandLineArguments
/** Operation enum. */
public enum OperationType {
- /** Dowload a version. */
+ /** Download a version. */
DOWLOAD,
/** List all versions. */
LIST,
@@ -156,7 +156,7 @@ public class UpdateIdPArguments extends AbstractIdPHomeAwareCommandLineArguments
/** return the update URL or null.
- * @return null or the calue supplied
+ * @return null or the value supplied
*/
@Nonnull public List<String> getUpdateURLs() {
final String u = updateURL;
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list