Commit 0015ee3f authored by vladd%bugzilla.org's avatar vladd%bugzilla.org

Spelling patch: use right spelling for 'navigational'; patch by Vlad Dascalu <vladd@bugzilla.org>.

parent ab2b9cfb
......@@ -259,7 +259,7 @@ if (defined $cgi->param('id')) {
}
}
# Set up the vars for nagiavtional <link> elements
# Set up the vars for navigational <link> elements
my @bug_list;
if ($cgi->cookie("BUGLIST") && defined $cgi->param('id')) {
@bug_list = split(/:/, $cgi->cookie("BUGLIST"));
......
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