summaryrefslogtreecommitdiffstats
path: root/globals.pl
diff options
context:
space:
mode:
authormatty%chariot.net.au <>2002-09-06 12:58:59 +0200
committermatty%chariot.net.au <>2002-09-06 12:58:59 +0200
commitc72bfb0d5831e5203b5ad7bddfed54390811429f (patch)
tree79316290a0f76a34a5f853c2d7e35773ba5f2f16 /globals.pl
parentb60223f9f7c9fe517d7276486335ebf182ea8804 (diff)
downloadbugzilla-c72bfb0d5831e5203b5ad7bddfed54390811429f.tar.gz
bugzilla-c72bfb0d5831e5203b5ad7bddfed54390811429f.tar.xz
Spelling fixes.
Diffstat (limited to 'globals.pl')
-rw-r--r--globals.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/globals.pl b/globals.pl
index 624f31171..36bdf506c 100644
--- a/globals.pl
+++ b/globals.pl
@@ -997,7 +997,7 @@ sub quoteUrls {
}
# GetBugLink creates a link to a bug, including its title.
-# It takes either two or three paramaters:
+# It takes either two or three parameters:
# - The bug number
# - The link text, to place between the <a>..</a>
# - An optional comment number, for linking to a particular
@@ -1248,7 +1248,7 @@ sub GroupIsActive {
}
# Determines if the given bug_status string represents an "Opened" bug. This
-# routine ought to be paramaterizable somehow, as people tend to introduce
+# routine ought to be parameterizable somehow, as people tend to introduce
# new states into Bugzilla.
sub IsOpenedState {