From 8e66eb8d06c51b6ef17ef6f944e3ca0919c42e27 Mon Sep 17 00:00:00 2001 From: "vladd%bugzilla.org" <> Date: Mon, 19 Jun 2006 23:41:03 +0000 Subject: [PATCH] Spelling patch: use right spelling for 'navigational'; patch by Vlad Dascalu . --- process_bug.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/process_bug.cgi b/process_bug.cgi index 726b78942c..447d600921 100755 --- a/process_bug.cgi +++ b/process_bug.cgi @@ -225,7 +225,7 @@ if (defined $cgi->param('id')) { } } -# Set up the vars for nagiavtional elements +# Set up the vars for navigational elements my @bug_list; if ($cgi->cookie("BUGLIST") && defined $cgi->param('id')) { @bug_list = split(/:/, $cgi->cookie("BUGLIST")); -- 2.47.2