summaryrefslogtreecommitdiffstats
path: root/chart.cgi
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 /chart.cgi
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 'chart.cgi')
-rwxr-xr-xchart.cgi2
1 files changed, 1 insertions, 1 deletions
diff --git a/chart.cgi b/chart.cgi
index 1a080143a..db4874570 100755
--- a/chart.cgi
+++ b/chart.cgi
@@ -73,7 +73,7 @@ my $action = $cgi->param('action');
my $series_id = $cgi->param('series_id');
# Because some actions are chosen by buttons, we can't encode them as the value
-# of the action param, because that value is localisation-dependent. So, we
+# of the action param, because that value is localization-dependent. So, we
# encode it in the name, as "action-<action>". Some params even contain the
# series_id they apply to (e.g. subscribe, unsubscribe).
my @actions = grep(/^action-/, $cgi->param());