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 02cba207 Javadoc: Normalize spelling
02cba207 is described below

commit 02cba2074d3307931dee676132092cd18ab92bdd
Author: Gary Gregory <[email protected]>
AuthorDate: Fri Dec 26 16:23:30 2025 -0500

    Javadoc: Normalize spelling
---
 .../org/apache/commons/fileupload2/core/DeferrableOutputStream.java   | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/commons-fileupload2-core/src/main/java/org/apache/commons/fileupload2/core/DeferrableOutputStream.java
 
b/commons-fileupload2-core/src/main/java/org/apache/commons/fileupload2/core/DeferrableOutputStream.java
index 39645608..f0e6241a 100644
--- 
a/commons-fileupload2-core/src/main/java/org/apache/commons/fileupload2/core/DeferrableOutputStream.java
+++ 
b/commons-fileupload2-core/src/main/java/org/apache/commons/fileupload2/core/DeferrableOutputStream.java
@@ -50,12 +50,12 @@ import java.util.function.Supplier;
  * Technically, this is similar to
  * {@link org.apache.commons.io.output.DeferredFileOutputStream}, which has
  * been used in the past, except that this implementation observes
- * a precisely specified behaviour, and semantics, that match the needs of the
+ * a precisely specified behavior, and semantics, that match the needs of the
  * {@link DiskFileItem}.
  *
  * Background: Over the various versions of commons-io, the
  * {@link org.apache.commons.io.output.DeferredFileOutputStream} has changed
- * semantics, and behaviour more than once.
+ * semantics, and behavior more than once.
  * (For details, see
  * <a 
href="https://issues.apache.org/jira/browse/FILEUPLOAD-295";>FILEUPLOAD-295</a>)
  */

Reply via email to