Repository: commons-cli
Updated Branches:
  refs/heads/master 282bdb621 -> ac94e03a1


Tweak Javadoc spelling

Project: http://git-wip-us.apache.org/repos/asf/commons-cli/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-cli/commit/19849509
Tree: http://git-wip-us.apache.org/repos/asf/commons-cli/tree/19849509
Diff: http://git-wip-us.apache.org/repos/asf/commons-cli/diff/19849509

Branch: refs/heads/master
Commit: 19849509da2a483ba0a8543606a3b570b7ec5c68
Parents: 61ed8fa
Author: Cody Rank <codyr...@gmail.com>
Authored: Thu Sep 21 11:05:31 2017 -0700
Committer: GitHub <nore...@github.com>
Committed: Thu Sep 21 11:05:31 2017 -0700

----------------------------------------------------------------------
 src/main/java/org/apache/commons/cli/Options.java | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-cli/blob/19849509/src/main/java/org/apache/commons/cli/Options.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/apache/commons/cli/Options.java 
b/src/main/java/org/apache/commons/cli/Options.java
index 1d02220..00fa414 100644
--- a/src/main/java/org/apache/commons/cli/Options.java
+++ b/src/main/java/org/apache/commons/cli/Options.java
@@ -120,7 +120,7 @@ public class Options implements Serializable
      * </p>
      *
      * @param opt Short single-character name of the option.
-     * @param hasArg flag signally if an argument is required after this option
+     * @param hasArg flag signalling if an argument is required after this 
option
      * @param description Self-documenting description
      * @return the resulting Options instance
      */
@@ -139,7 +139,7 @@ public class Options implements Serializable
      *
      * @param opt Short single-character name of the option.
      * @param longOpt Long multi-character name of the option.
-     * @param hasArg flag signally if an argument is required after this option
+     * @param hasArg flag signalling if an argument is required after this 
option
      * @param description Self-documenting description
      * @return the resulting Options instance
      */
@@ -166,7 +166,7 @@ public class Options implements Serializable
      *
      * @param opt Short single-character name of the option.
      * @param longOpt Long multi-character name of the option.
-     * @param hasArg flag signally if an argument is required after this option
+     * @param hasArg flag signalling if an argument is required after this 
option
      * @param description Self-documenting description
      * @return the resulting Options instance
      * @since 1.4

Reply via email to