Bug 343514 - "Typos in compare-locales.pl" [p=supernova_00@yahoo.com (Kurt [supernova_00]) r=Pike a1.9=bzbarsky]
--- a/toolkit/locales/compare-locales.pl
+++ b/toolkit/locales/compare-locales.pl
@@ -79,17 +79,17 @@ sub compareDTD
push @extra1, $entity;
}
}
if (@extra1 or keys %entities2) {
$failure = 1;
print "Entities in $path don't match:\n";
if (@extra1) {
- print " In $gSource1: (add these keys to you localization)\n";
+ print " In $gSource1: (add these keys to your localization)\n";
map { print " $_\n"; } @extra1;
}
if (keys %entities2) {
print " In $gSource2: (remove these keys from your localization)\n";
map {print " $_\n"; } keys %entities2;
}
print "\n";