From c72bfb0d5831e5203b5ad7bddfed54390811429f Mon Sep 17 00:00:00 2001 From: "matty%chariot.net.au" <> Date: Fri, 6 Sep 2002 10:58:59 +0000 Subject: Spelling fixes. --- Bugzilla/Config.pm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Bugzilla/Config.pm') 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 -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 -- cgit v1.2.3-24-g4f1b