local.fix-typo-in-pptpd-help.patch 623 B

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