#984484 nn.c: remove a duplicate of "seq_cross_filtering"

Package:
src:nn
Source:
nn
Submitter:
Bjarni Ingi Gislason
Date:
2021-03-04 03:21:03 UTC
Severity:
normal
Tags:
#984484#5
Date:
2021-03-04 03:18:48 UTC
From:
To:
Dear Maintainer,

nn.c
  Remove a duplicate of "seq_cross_filtering"

  Correct a typo, from dublicate
                  to   duplicate

Signed-off-by: Bjarni Ingi Gislason <bjarniig@rhi.hi.is>
---
 nn.c | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/nn.c b/nn.c
index 7bc2779..8576046 100644
--- a/nn.c
+++ b/nn.c
@@ -77,13 +77,12 @@ int		init_on_entry = 0; /* in init.c.  Repeat after open_master if true */

 extern char     proto_host[];
 extern int      newsrc_update_freq, novice;
-/* extern int      seq_cross_filtering; */ /* dublicate */
-extern int      seq_cross_filtering;
+/* extern int      seq_cross_filtering; */ /* duplicate */
 extern char    *news_active;
 extern long     unread_articles;
 extern long     initial_memory_break;
 extern int      first_time_user;
-/* extern int      also_cross_postings; */ /* dublicate */
+/* extern int      also_cross_postings; */ /* duplicate */

 static int
                 group_name_args = 0, nngrab_mode = 0, prompt_for_group = 0;