diff options
author | timeless%mozdev.org <> | 2007-07-23 03:25:13 +0000 |
---|---|---|
committer | timeless%mozdev.org <> | 2007-07-23 03:25:13 +0000 |
commit | a7c706590a56fdeec40c9986d11862250cdddb51 (patch) | |
tree | 5bd2aab415bfabff1c36c8841eb027633a720f19 /checksetup.pl | |
parent | Bug 375602: makedocs.pl --with-pdf parameter check is buggy - Patch by Olav V... (diff) | |
download | bugzilla-a7c706590a56fdeec40c9986d11862250cdddb51.tar.gz bugzilla-a7c706590a56fdeec40c9986d11862250cdddb51.tar.bz2 bugzilla-a7c706590a56fdeec40c9986d11862250cdddb51.zip |
Bug 364361 The word "Customising" in chapter 6 title is spelled wrong in all documentation
r=colin.ogilvie, kevin.benton
Diffstat (limited to 'checksetup.pl')
-rwxr-xr-x | checksetup.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/checksetup.pl b/checksetup.pl index cee1ee8a3..8a11e9f66 100755 --- a/checksetup.pl +++ b/checksetup.pl @@ -3464,7 +3464,7 @@ if (!$series_exists) { qw(FIXED INVALID WONTFIX LATER REMIND DUPLICATE WORKSFORME MOVED); my @fields = (@statuses, @resolutions); - # We have a localisation problem here. Where do we get these values? + # We have a localization problem here. Where do we get these values? my $all_name = "-All-"; my $open_name = "All Open"; |