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-fileupload.git
The following commit(s) were added to refs/heads/master by this push:
new 45be477d Fix typo
45be477d is described below
commit 45be477d04194754010f19e1d21606e656433dcb
Author: Gary Gregory <[email protected]>
AuthorDate: Mon Dec 25 19:20:39 2023 -0500
Fix typo
---
commons-fileupload2-distribution/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/commons-fileupload2-distribution/pom.xml
b/commons-fileupload2-distribution/pom.xml
index fdf66f1d..f0cec4c9 100644
--- a/commons-fileupload2-distribution/pom.xml
+++ b/commons-fileupload2-distribution/pom.xml
@@ -23,7 +23,7 @@ limitations under the License.
<name>Apache Commons FileUpload Distribution</name>
<artifactId>commons-fileupload2-distribution</artifactId>
<packaging>pom</packaging>
- <description>Apache Commons FIleUpload Distribution archives.</description>
+ <description>Apache Commons FileUpload Distribution archives.</description>
<parent>
<groupId>org.apache.commons</groupId>