This is an automated email from the ASF dual-hosted git repository.
garydgregory 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 d43a1a4a Normalize spelling
d43a1a4a is described below
commit d43a1a4a0cbdecc620a87c64fe318ee6f4bb8f68
Author: Gary Gregory <[email protected]>
AuthorDate: Sat Jul 4 18:04:25 2026 -0400
Normalize spelling
---
src/checkstyle/fileupload_checks.xml | 2 +-
src/site/fml/faq.fml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/checkstyle/fileupload_checks.xml
b/src/checkstyle/fileupload_checks.xml
index 13115ef1..73a03eea 100644
--- a/src/checkstyle/fileupload_checks.xml
+++ b/src/checkstyle/fileupload_checks.xml
@@ -27,7 +27,7 @@
copyright years can vary per source file.
- Disable the HiddenField module, since FileUpload has always used the
- "this.foo = foo" pattern, which is not recognised by this module.
+ "this.foo = foo" pattern, which is not recognized by this module.
- Disable the DesignForExtension module, since fixing those complaints
would result in backwards incompatible API changes.
diff --git a/src/site/fml/faq.fml b/src/site/fml/faq.fml
index 7cdfac2e..e734d6c7 100644
--- a/src/site/fml/faq.fml
+++ b/src/site/fml/faq.fml
@@ -98,7 +98,7 @@
I'm using FileUpload in an Action, but it's not working. Why?
</question>
<answer>
- Struts 1 recognises multipart requests, and parses them automatically,
+ Struts 1 recognizes multipart requests, and parses them automatically,
presenting the request parameters to your code in the same manner as
if they were regular request parameters. Since Struts has already
processed the request, and made it available in your form bean, the