Browse Source

Fix typos in the program

Christoph Biedl 7 years ago
parent
commit
5fcc7e935c
2 changed files with 27 additions and 0 deletions
  1. 26 0
      debian/patches/fix-typos.patch
  2. 1 0
      debian/patches/series

+ 26 - 0
debian/patches/fix-typos.patch

@@ -0,0 +1,26 @@
+Description: Fix typos
+Author: Christoph Biedl <debian.packages.hhqj@manchmal.in-ulm.de>
+Forwarded: no
+
+--- a/softflowd.8
++++ b/softflowd.8
+@@ -116,7 +116,7 @@
+ that the accounting datagrams are to be sent to.
+ The host may be specified using a hostname or using a numeric IPv4 or
+ IPv6 address.
+-Numeric IPv6 addresses should be encosed in square brackets to avoid ambiguity
++Numeric IPv6 addresses should be enclosed in square brackets to avoid ambiguity
+ between the address and the port.
+ The destination port may be a portname listed in
+ .Xr services 5
+--- a/softflowd.c
++++ b/softflowd.c
+@@ -1260,7 +1260,7 @@
+ 		print_timeouts(ft, ctlf);
+ 		ret = 0;
+ 	} else {
+-		fprintf(ctlf, "Unknown control commmand \"%s\"\n", buf);
++		fprintf(ctlf, "Unknown control command \"%s\"\n", buf);
+ 		ret = 0;
+ 	}
+ 

+ 1 - 0
debian/patches/series

@@ -1 +1,2 @@
 change-chroot-dir.patch
+fix-typos.patch