summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Config.pm
diff options
context:
space:
mode:
Diffstat (limited to 'Bugzilla/Config.pm')
-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