summaryrefslogtreecommitdiffstats
path: root/Bugzilla
diff options
context:
space:
mode:
authortimeless%mozdev.org <>2007-07-23 05:25:10 +0200
committertimeless%mozdev.org <>2007-07-23 05:25:10 +0200
commitefe725f656d0e44bef2c1573a59d3eddf3029b2a (patch)
treeeefdd829d63eadf0622aa16c3cadac00eaabdb85 /Bugzilla
parent037e0329c03537cdb893c6a50758a087f00d8fbc (diff)
downloadbugzilla-efe725f656d0e44bef2c1573a59d3eddf3029b2a.tar.gz
bugzilla-efe725f656d0e44bef2c1573a59d3eddf3029b2a.tar.xz
Bug 364361 The word "Customising" in chapter 6 title is spelled wrong in all documentation
r=colin.ogilvie, kevin.benton
Diffstat (limited to 'Bugzilla')
-rw-r--r--Bugzilla/Error.pm2
-rw-r--r--Bugzilla/Install/DB.pm2
2 files changed, 2 insertions, 2 deletions
diff --git a/Bugzilla/Error.pm b/Bugzilla/Error.pm
index 95088850e..d9f6e70b3 100644
--- a/Bugzilla/Error.pm
+++ b/Bugzilla/Error.pm
@@ -173,7 +173,7 @@ Bugzilla::Error - Error handling utilities for Bugzilla
Various places throughout the Bugzilla codebase need to report errors to the
user. The C<Throw*Error> family of functions allow this to be done in a
-generic and localisable manner.
+generic and localizable manner.
These functions automatically unlock the database tables, if there were any
locked. They will also roll back the transaction, if it is supported by
diff --git a/Bugzilla/Install/DB.pm b/Bugzilla/Install/DB.pm
index 4b4e7a068..99b405736 100644
--- a/Bugzilla/Install/DB.pm
+++ b/Bugzilla/Install/DB.pm
@@ -1896,7 +1896,7 @@ sub _copy_old_charts_into_database {
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";