Source: nn Version: 6.7.3-14 Severity: normal Tags: patch Dear Maintainer,
>From a965b4359c0bf425ff71b515690fec1f8fad9276 Mon Sep 17 00:00:00 2001 >From: Bjarni Ingi Gislason <bjarn...@rhi.hi.is> >Date: Sun, 7 Mar 2021 23:35:43 +0000 >Subject: [PATCH] pack_date.c: fix a typo "FALLTRHOUGH" instead of > "FALLTHROUGH" Signed-off-by: Bjarni Ingi Gislason <bjarn...@rhi.hi.is> --- pack_date.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pack_date.c b/pack_date.c index aa405dd..434474a 100644 --- a/pack_date.c +++ b/pack_date.c @@ -304,7 +304,7 @@ numeric_zone(register char *date) break; case '+': date++; - /* FALLTRHOUGH */ + /* FALLTHROUGH */ default: /* FALLTHROUGH */ sign = 1; break; -- 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