]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
cancelled -> canceled
authorFrédéric Buclin <LpSolit@gmail.com>
Sat, 19 Nov 2011 00:11:00 +0000 (01:11 +0100)
committerFrédéric Buclin <LpSolit@gmail.com>
Sat, 19 Nov 2011 00:11:00 +0000 (01:11 +0100)
https://bugzilla.mozilla.org/show_bug.cgi?id=703788

Bugzilla/Util.pm

index b3f8a1ce02933bda7826be75edb9235e66ea08a1..4c268552b4c4830a4361246022957916a0653225 100644 (file)
@@ -339,7 +339,7 @@ sub diff_arrays {
             $old[$old_pos] = undef;
         }
     }
-    # Ignore cancelled items as well as empty strings.
+    # Ignore canceled items as well as empty strings.
     my @removed = grep { defined $_ && $_ ne '' } @old;
     return (\@removed, \@added);
 }