Commit 8f97ec74 authored by vladd%bugzilla.org's avatar vladd%bugzilla.org

Spelling in code comments patch: 'inacessible' -> 'inaccessible'; patch by Vlad…

Spelling in code comments patch: 'inacessible' -> 'inaccessible'; patch by Vlad Dascalu <vladd@bugzilla.org>.
parent 94ffa9fc
......@@ -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);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment