diff options
Diffstat (limited to 'globals.pl')
-rw-r--r-- | globals.pl | 4 |
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 { |