From: vladd%bugzilla.org <> Date: Mon, 19 Jun 2006 22:09:37 +0000 (+0000) Subject: Spelling in code comments patch: 'particuarly' -> 'particularly'; 'bugzilla' -> ... X-Git-Tag: bugzilla-2.22.1~69 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3e8297f87e57e673eb2481fa4ea7cd1bdf694581;p=thirdparty%2Fbugzilla.git Spelling in code comments patch: 'particuarly' -> 'particularly'; 'bugzilla' -> 'Bugzilla'; patch by Vlad Dascalu . --- diff --git a/Bugzilla/Config.pm b/Bugzilla/Config.pm index 29756b791e..7464e0636d 100644 --- a/Bugzilla/Config.pm +++ b/Bugzilla/Config.pm @@ -205,11 +205,11 @@ sub SetParam { sub UpdateParams { # --- PARAM CONVERSION CODE --- - # Note that this isn't particuarly 'clean' in terms of separating + # Note that this isn't particularly 'clean' in terms of separating # the backend code (ie this) from the actual params. # We don't care about that, though - # Old bugzilla versions stored the version number in the params file + # Old Bugzilla versions stored the version number in the params file # We don't want it, so get rid of it delete $param{'version'};