diff options
author | timeless%mozdev.org <> | 2007-07-23 05:25:10 +0200 |
---|---|---|
committer | timeless%mozdev.org <> | 2007-07-23 05:25:10 +0200 |
commit | efe725f656d0e44bef2c1573a59d3eddf3029b2a (patch) | |
tree | eefdd829d63eadf0622aa16c3cadac00eaabdb85 /editcomponents.cgi | |
parent | 037e0329c03537cdb893c6a50758a087f00d8fbc (diff) | |
download | bugzilla-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 'editcomponents.cgi')
-rwxr-xr-x | editcomponents.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editcomponents.cgi b/editcomponents.cgi index f28a87b7a..09acc0c51 100755 --- a/editcomponents.cgi +++ b/editcomponents.cgi @@ -218,7 +218,7 @@ if ($action eq 'new') { my $prodcomp = "&product=" . url_quote($product->name) . "&component=" . url_quote($comp_name); - # For localisation reasons, we get the title of the queries from the + # For localization reasons, we get the title of the queries from the # submitted form. my $open_name = $cgi->param('open_name'); my $nonopen_name = $cgi->param('nonopen_name'); |