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-lang.git


The following commit(s) were added to refs/heads/master by this push:
     new f62bfa075 Comments
f62bfa075 is described below

commit f62bfa0755ad6433bd3eaadd69b4f50c77e0a121
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Sun Nov 26 15:02:06 2023 -0500

    Comments
    
    Normalize spelling
---
 src/main/java/org/apache/commons/lang3/time/DurationFormatUtils.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/src/main/java/org/apache/commons/lang3/time/DurationFormatUtils.java 
b/src/main/java/org/apache/commons/lang3/time/DurationFormatUtils.java
index 075d8df0f..b1b8b60a6 100644
--- a/src/main/java/org/apache/commons/lang3/time/DurationFormatUtils.java
+++ b/src/main/java/org/apache/commons/lang3/time/DurationFormatUtils.java
@@ -512,7 +512,7 @@ public class DurationFormatUtils {
         // called formatDuration(millis, format); however this did not work
         // over leap years.
         // TODO: Compare performance to see if anything was lost by
-        // losing this optimisation.
+        // losing this optimization.
 
         final Token[] tokens = lexx(format);
 

Reply via email to