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 240ffd6 Normalize spelling 240ffd6 is described below commit 240ffd6852148f536121e9227a5867a30b49c018 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Wed Aug 14 07:47:10 2024 -0400 Normalize spelling --- src/site/xdoc/usage.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/site/xdoc/usage.xml b/src/site/xdoc/usage.xml index e736c02..656f8f1 100644 --- a/src/site/xdoc/usage.xml +++ b/src/site/xdoc/usage.xml @@ -283,7 +283,7 @@ options.addOption(property);</source> </p> <source>// has the buildfile argument been passed? if (line.hasOption("buildfile")) { - // initialise the member variable + // initialize the member variable this.buildfile = line.getOptionValue("buildfile"); }</source> </subsection>