]> 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:49 +0000 (22:45 +0000)
committervladd%bugzilla.org <>
Mon, 19 Jun 2006 22:45:49 +0000 (22:45 +0000)
post_bug.cgi

index 4d8c6a2c9c2d7b32a18124a9f9a64f7c87afbf28..f2b9d1676b5e0e3ed46829648c0e092058e18309 100755 (executable)
@@ -289,7 +289,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);
         }