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

Bugzilla/Util.pm

index b75c5c34035ccb6e9142dea874f269353c53fd0c..a3ec2aafef2f62c746d331fef52700a80e50e7e2 100644 (file)
@@ -336,7 +336,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);
 }