From efe725f656d0e44bef2c1573a59d3eddf3029b2a Mon Sep 17 00:00:00 2001 From: "timeless%mozdev.org" <> Date: Mon, 23 Jul 2007 03:25:10 +0000 Subject: Bug 364361 The word "Customising" in chapter 6 title is spelled wrong in all documentation r=colin.ogilvie, kevin.benton --- Bugzilla/Error.pm | 2 +- Bugzilla/Install/DB.pm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'Bugzilla') 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 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"; -- cgit v1.2.3-24-g4f1b