Source: nn
Version: 6.7.3-14
Severity: normal
Tags: patch

Dear Maintainer,

>From 2df591af239b7a53c53d59dcbe9588ce1eb6a600 Mon Sep 17 00:00:00 2001
>From: Bjarni Ingi Gislason <bjarn...@rhi.hi.is>
>Date: Thu, 4 Mar 2021 03:10:04 +0000
>Subject: [PATCH] nn.c: remove a duplicate of "seq_cross_filtering"

nn.c
  Remove a duplicate of "seq_cross_filtering"

  Correct a typo, from dublicate
                  to   duplicate

Signed-off-by: Bjarni Ingi Gislason <bjarn...@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;
-- 
2.30.1


-- System Information:
Debian Release: bullseye/sid
  APT prefers testing
  APT policy: (500, 'testing'), (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 5.10.9-1 (SMP w/2 CPU threads)
Locale: LANG=is_IS.iso88591, LC_CTYPE=is_IS.iso88591 (charmap=ISO-8859-1), 
LANGUAGE not set
Shell: /bin/sh linked to /bin/dash
Init: sysvinit (via /sbin/init)

-- debconf information excluded

-- 
Bjarni I. Gislason

Reply via email to