This is an automated email from the ASF dual-hosted git repository.

garydgregory pushed a commit to branch 1.x
in repository https://gitbox.apache.org/repos/asf/commons-fileupload.git


The following commit(s) were added to refs/heads/1.x by this push:
     new 59644523 Normalize spelling
59644523 is described below

commit 59644523f00f21b3187fb54192fb0bf5d000bd9d
Author: Gary Gregory <[email protected]>
AuthorDate: Sat Jul 4 18:03:58 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 2bb111b5..7bd56fa2 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

Reply via email to