From 1e24933322d4fd449ef35e96f6cfdb15400c9c53 Mon Sep 17 00:00:00 2001 From: "timeless%mozdev.org" <> Date: Sat, 26 Nov 2005 05:57:06 +0000 Subject: Bug 106386 Correct misspellings in source code patch by unknown@simplemachines.org r=timeless rs=brendan --- Bugzilla/Config.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Bugzilla/Config.pm') diff --git a/Bugzilla/Config.pm b/Bugzilla/Config.pm index e30d48cb9..12d26796c 100644 --- a/Bugzilla/Config.pm +++ b/Bugzilla/Config.pm @@ -192,8 +192,8 @@ sub SetParam { # sanity check the value # XXX - This runs the checks. Which would be good, except that - # check_shadowdb creates the database as a sideeffect, and so the - # checker fails the second time arround... + # check_shadowdb creates the database as a side effect, and so the + # checker fails the second time around... if ($name ne 'shadowdb' && exists $entry->{'checker'}) { my $err = $entry->{'checker'}->($value, $entry); die "Param $name is not valid: $err" unless $err eq ''; -- cgit v1.2.3-24-g4f1b