mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 22:01:30 +00:00
Spelling in code comments patch: 'inacessible' -> 'inaccessible'; patch by Vlad Dascalu <vladd@bugzilla.org>.
This commit is contained in:
parent
2d98cdc39a
commit
2229adc554
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user