This is an automated email from the ASF dual-hosted git repository.
ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-cli.git
The following commit(s) were added to refs/heads/master by this push:
new c07a2ea Fix spelling
c07a2ea is described below
commit c07a2eaa05e221cb6c5f223b659fe3e79bd7c519
Author: Gary Gregory <[email protected]>
AuthorDate: Wed Jan 18 09:27:34 2023 -0500
Fix spelling
---
src/test/java/org/apache/commons/cli/ApplicationTest.java | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/test/java/org/apache/commons/cli/ApplicationTest.java
b/src/test/java/org/apache/commons/cli/ApplicationTest.java
index 9ea0ee8..32079c7 100644
--- a/src/test/java/org/apache/commons/cli/ApplicationTest.java
+++ b/src/test/java/org/apache/commons/cli/ApplicationTest.java
@@ -215,7 +215,7 @@ public class ApplicationTest {
//FIXME - should generate -S,--sections list
addOption("S", "sections", true, "use colon separated section
list.").
//FIXME - should generate -m,--systems system
- addOption("m", "systems", true, "search for man pages from
other unix system(s).").
+ addOption("m", "systems", true, "search for man pages from
other Unix system(s).").
//FIXME - should generate -L,--locale locale
addOption("L", "locale", true, "define the locale for this
particular man search.").
//FIXME - should generate -p,--preprocessor string
@@ -254,7 +254,7 @@ public class ApplicationTest {
" -M,--manpath <arg> set search path for manual
pages" + eol +
" to 'path'." + eol +
" -m,--systems <arg> search for man pages from
other" + eol +
- " unix system(s)." + eol +
+ " Unix system(s)." + eol +
" -P,--pager <arg> use program 'pager' to
display" + eol +
" output." + eol +
" -p,--preprocessor <arg> string indicates which" +
eol +