summaryrefslogtreecommitdiffstats
path: root/Bugzilla
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 /Bugzilla
parentb60223f9f7c9fe517d7276486335ebf182ea8804 (diff)
downloadbugzilla-c72bfb0d5831e5203b5ad7bddfed54390811429f.tar.gz
bugzilla-c72bfb0d5831e5203b5ad7bddfed54390811429f.tar.xz
Spelling fixes.
Diffstat (limited to 'Bugzilla')
-rw-r--r--Bugzilla/Config.pm6
1 files changed, 3 insertions, 3 deletions
diff --git a/Bugzilla/Config.pm b/Bugzilla/Config.pm
index f9462cb41..a2c334a16 100644
--- a/Bugzilla/Config.pm
+++ b/Bugzilla/Config.pm
@@ -30,11 +30,11 @@ package Bugzilla::Config;
=head1 NAME
-Bugzilla::Config - Configuration paramaters for Bugzilla
+Bugzilla::Config - Configuration parameters for Bugzilla
=head1 SYNOPSIS
- # Getting paramaters
+ # Getting parameters
use Bugzilla::Config;
my $fooSetting = Param('foo');
@@ -172,7 +172,7 @@ sub Param {
=item C<GetParamList()>
-Returns the list of known paramater types, from defparams.pl. Users should not
+Returns the list of known parameter types, from defparams.pl. Users should not
rely on this method; it is intended for editparams/doeditparams only
The format for the list is specified in defparams.pl