summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xpost_bug.cgi2
1 files changed, 1 insertions, 1 deletions
diff --git a/post_bug.cgi b/post_bug.cgi
index 99b6e533b..de7868555 100755
--- a/post_bug.cgi
+++ b/post_bug.cgi
@@ -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);
}