summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xchart.cgi2
-rwxr-xr-xcollectstats.pl2
-rw-r--r--docs/xml/administration.xml2
-rw-r--r--template/en/default/account/prefs/prefs.html.tmpl2
-rw-r--r--template/en/default/search/search-advanced.html.tmpl2
-rwxr-xr-xuserprefs.cgi2
6 files changed, 6 insertions, 6 deletions
diff --git a/chart.cgi b/chart.cgi
index 6fe310c84..1a080143a 100755
--- a/chart.cgi
+++ b/chart.cgi
@@ -75,7 +75,7 @@ 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
# encode it in the name, as "action-<action>". Some params even contain the
-# series_id they apply to (e.g. subscribe, unsubscribe.)
+# series_id they apply to (e.g. subscribe, unsubscribe).
my @actions = grep(/^action-/, $cgi->param());
if ($actions[0] && $actions[0] =~ /^action-([^\d]+)(\d*)$/) {
$action = $1;
diff --git a/collectstats.pl b/collectstats.pl
index 50bbf6425..3b6344b37 100755
--- a/collectstats.pl
+++ b/collectstats.pl
@@ -45,7 +45,7 @@ use Bugzilla::Product;
use Bugzilla::Field;
# Turn off output buffering (probably needed when displaying output feedback
-# in the regenerate mode.)
+# in the regenerate mode).
$| = 1;
# Tidy up after graphing module
diff --git a/docs/xml/administration.xml b/docs/xml/administration.xml
index 78480ccfb..7e5437da0 100644
--- a/docs/xml/administration.xml
+++ b/docs/xml/administration.xml
@@ -742,7 +742,7 @@
<listitem>
<para>Fill out the "Component" field, a short "Description",
- the "Default Assignee" and "Default QA Contact" (if enabled.)
+ the "Default Assignee" and "Default QA Contact" (if enabled).
The Component and Description fields may contain HTML;
the "Default Assignee" field must be a login name
already existing in the database.
diff --git a/template/en/default/account/prefs/prefs.html.tmpl b/template/en/default/account/prefs/prefs.html.tmpl
index 7d5f11558..da1b489e8 100644
--- a/template/en/default/account/prefs/prefs.html.tmpl
+++ b/template/en/default/account/prefs/prefs.html.tmpl
@@ -23,7 +23,7 @@
[%# INTERFACE:
# tabs: List of hashes. May not be empty. Each hash has three members:
# name: string. Name of the tab (used internally.)
- # description: string. Description of the tab (used in tab title.)
+ # description: string. Description of the tab (used in tab title).
# saveable: boolean. True if tab has a form which can be submitted.
# True if user is not receiving self-generated mail.
# Note: For each tab name, a template "prefs/${tab.name}.tmpl" must exist,
diff --git a/template/en/default/search/search-advanced.html.tmpl b/template/en/default/search/search-advanced.html.tmpl
index c9cac7643..f3fb76bdd 100644
--- a/template/en/default/search/search-advanced.html.tmpl
+++ b/template/en/default/search/search-advanced.html.tmpl
@@ -54,7 +54,7 @@ var queryform = "queryform"
[% IF NOT cgi.param("help") %]
[% IF cgi.user_agent("Mozilla/5") %]
<script type="text/javascript"> <!--
- document.write("<p><a href='query.cgi?help=1&amp;format=advanced'>Give me some help<\/a> (reloads page.)<\/p>");
+ document.write("<p><a href='query.cgi?help=1&amp;format=advanced'>Give me some help<\/a> (reloads page).<\/p>");
// -->
</script>
[% END %]
diff --git a/userprefs.cgi b/userprefs.cgi
index 8e4cf5576..564057ee8 100755
--- a/userprefs.cgi
+++ b/userprefs.cgi
@@ -39,7 +39,7 @@ local our $vars = {};
###############################################################################
# Each panel has two functions - panel Foo has a DoFoo, to get the data
# necessary for displaying the panel, and a SaveFoo, to save the panel's
-# contents from the form data (if appropriate.)
+# contents from the form data (if appropriate).
# SaveFoo may be called before DoFoo.
###############################################################################
sub DoAccount {