From 758f2763bab063fd075ee8e95e5f2e10104b12ff Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Thu, 10 Mar 2022 23:23:50 +0100 Subject: [PATCH] fix typo --- debian/patches/fix-typo.diff | 13 +++++++++++++ debian/patches/series | 1 + 2 files changed, 14 insertions(+) create mode 100644 debian/patches/fix-typo.diff diff --git a/debian/patches/fix-typo.diff b/debian/patches/fix-typo.diff new file mode 100644 index 00000000..2ae2f3c4 --- /dev/null +++ b/debian/patches/fix-typo.diff @@ -0,0 +1,13 @@ +Index: fail2ban/man/fail2ban-client.1 +=================================================================== +--- fail2ban.orig/man/fail2ban-client.1 ++++ fail2ban/man/fail2ban-client.1 +@@ -415,7 +415,7 @@ gets the time a host is banned for + + .TP + \fBget datepattern\fR +-gets the patern used to match ++gets the pattern used to match + date/times for + .TP + \fBget usedns\fR diff --git a/debian/patches/series b/debian/patches/series index 70aac0d0..19f4ba18 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -13,3 +13,4 @@ scanlogd.patch python3.10.diff fix-race.diff courier-auth.diff +fix-typo.diff