]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Spelling in code comments patch: 'inacessible' -> 'inaccessible'; patch by Vlad Dasca...
authorvladd%bugzilla.org <>
Mon, 19 Jun 2006 22:45:38 +0000 (22:45 +0000)
committervladd%bugzilla.org <>
Mon, 19 Jun 2006 22:45:38 +0000 (22:45 +0000)
post_bug.cgi

index 99b6e533b87135b67d8d11cfce8fb4cf2ff997a4..de7868555b2c439afdae133da803026ccff51a95 100755 (executable)
@@ -345,7 +345,7 @@ foreach my $field ("dependson", "blocked") {
         foreach my $id (split(/[\s,]+/, $cgi->param($field))) {
             next unless $id;
             # $field is not passed to ValidateBugID to prevent adding new 
-            # dependencies on inacessible bugs.
+            # dependencies on inaccessible bugs.
             ValidateBugID($id);
             push(@validvalues, $id);
         }