Browse Source

Fix a typo in the pptpd manpage

Christoph Biedl 7 years ago
parent
commit
8055fac543
2 changed files with 17 additions and 0 deletions
  1. 16 0
      debian/patches/fix-typo-in-pptpd-manpage.patch
  2. 1 0
      debian/patches/series

+ 16 - 0
debian/patches/fix-typo-in-pptpd-manpage.patch

@@ -0,0 +1,16 @@
+Subject: Fix a typo in the pptpd manpage
+Author: Christoph Biedl <debian.axhn@manchmal.in-ulm.de>
+Date: Sun, 03 Jul 2016 17:48:14 +0200
+Forwarded: no
+
+--- a/pptpd.c
++++ b/pptpd.c
+@@ -88,7 +88,7 @@
+         printf("Usage: pptpd [options], where options are:\n\n");
+ #ifdef BCRELAY
+ #define OPT_BCRELAY "b"
+-        printf(" [-b] [--bcrelay if]       Use broadcast relay for broadcasts comming from.\n");
++        printf(" [-b] [--bcrelay if]       Use broadcast relay for broadcasts coming from.\n");
+         printf("                           the specified interface (default is eth1).\n");
+ #else
+ #define OPT_BCRELAY ""

+ 1 - 0
debian/patches/series

@@ -3,3 +3,4 @@ build_plugin.patch
 cherry-pick.1.4.0-10-g6adffc1.bcrelay-fix-typo.patch
 cherry-pick.1.4.0-11-g4ea2db6.ff.patch
 cherry-pick.1.4.0-14-gb84360b.patch
+fix-typo-in-pptpd-manpage.patch