]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Spelling in code comments patch: 'particuarly' -> 'particularly'; 'bugzilla' -> ...
authorvladd%bugzilla.org <>
Mon, 19 Jun 2006 22:09:22 +0000 (22:09 +0000)
committervladd%bugzilla.org <>
Mon, 19 Jun 2006 22:09:22 +0000 (22:09 +0000)
Bugzilla/Config.pm

index c0fae6eb839f82f29ed8e6c76b18ead3841debf9..a04bbfe8c3452a43844cd1a60ea0c81e16a4cdd0 100644 (file)
@@ -173,13 +173,13 @@ 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
 
     my $param = Bugzilla->params;
 
-    # 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'};