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 c03cec9d Javadoc: Fix spelling
c03cec9d is described below
commit c03cec9db934b22eb3dbcb5ce7f4960572215631
Author: Gary Gregory <[email protected]>
AuthorDate: Wed Dec 3 06:41:58 2025 -0500
Javadoc: Fix spelling
---
src/main/javadoc/overview.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/main/javadoc/overview.html b/src/main/javadoc/overview.html
index b1f2cc34..42929e5c 100644
--- a/src/main/javadoc/overview.html
+++ b/src/main/javadoc/overview.html
@@ -26,7 +26,7 @@ limitations under the License.
<img src="org/apache/commons/cli/doc-files/leaf.svg" style="height: 1em;
padding-right: 0.25em" alt="leaf">1. Introducing Apache Commons CLI
</h1>
- <p>The Apacahe Commons CLI component parses command-line arguments for
your application.</p>
+ <p>The Apache Commons CLI component parses command-line arguments for your
application.</p>
<p>Commons CLI parses command-line arguments using a descriptor of
valid options (long and short), potentially with arguments.</p>