diff options
author | vladd%bugzilla.org <> | 2006-06-20 01:41:17 +0200 |
---|---|---|
committer | vladd%bugzilla.org <> | 2006-06-20 01:41:17 +0200 |
commit | 0015ee3fdf8e84e03b4f1df1a0689e267137cdab (patch) | |
tree | bb62ce8324bb30cb2fdd554d6a62e996f998bdf0 /process_bug.cgi | |
parent | ab2b9cfb53871a260646e32a89d16567ed5868cd (diff) | |
download | bugzilla-0015ee3fdf8e84e03b4f1df1a0689e267137cdab.tar.gz bugzilla-0015ee3fdf8e84e03b4f1df1a0689e267137cdab.tar.xz |
Spelling patch: use right spelling for 'navigational'; patch by Vlad Dascalu <vladd@bugzilla.org>.
Diffstat (limited to 'process_bug.cgi')
-rwxr-xr-x | process_bug.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/process_bug.cgi b/process_bug.cgi index ee21b3aef..3541650f3 100755 --- a/process_bug.cgi +++ b/process_bug.cgi @@ -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")); |