From: Darshaka Pathirana Date: Tue, 12 Jun 2018 21:31:44 +0000 (+0200) Subject: Fix typo in manpage X-Git-Tag: v0.3.7-1~3 X-Git-Url: https://git.syn-net.org/?p=debian%2Fuanytun.git;a=commitdiff_plain;h=cdb24b629ee2962b8d02cd7d0cf5d11a9b9bd59f Fix typo in manpage The typo was detected by lintian. --- diff --git a/debian/patches/02-fix-typo b/debian/patches/02-fix-typo new file mode 100644 index 0000000..a479270 --- /dev/null +++ b/debian/patches/02-fix-typo @@ -0,0 +1,22 @@ +--- a/doc/uanytun.8.txt ++++ b/doc/uanytun.8.txt +@@ -107,7 +107,7 @@ + + *-i, --interface ''*:: + This IP address is used as the sender address for outgoing +- packets. The default is to not use a special inteface and just ++ packets. The default is to not use a special interface and just + bind on all interfaces. + + *-p, --port ''*:: +--- a/doc/uanytun.8 ++++ b/doc/uanytun.8 +@@ -145,7 +145,7 @@ + .PP + \fB\-i, \-\-interface \fR\fB\fI\fR\fR + .RS 4 +-This IP address is used as the sender address for outgoing packets\&. The default is to not use a special inteface and just bind on all interfaces\&. ++This IP address is used as the sender address for outgoing packets\&. The default is to not use a special interface and just bind on all interfaces\&. + .RE + .PP + \fB\-p, \-\-port \fR\fB\fI\fR\fR diff --git a/debian/patches/series b/debian/patches/series index 3b8949c..8e9ec47 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1 +1,2 @@ +02-fix-typo 01-fix-configure