summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp
diff options
context:
space:
mode:
authorbdrewery <bdrewery@FreeBSD.org>2016-01-07 00:40:51 +0000
committerbdrewery <bdrewery@FreeBSD.org>2016-01-07 00:40:51 +0000
commitdc83b58bbee523b7400472f573a44887cbd0642a (patch)
treeeb667008656693411615bab6f9f0c665ccab9726 /usr.sbin/ppp
parentad386aeec35ec2185d270b03008f3fb87a977e77 (diff)
downloadFreeBSD-src-dc83b58bbee523b7400472f573a44887cbd0642a.zip
FreeBSD-src-dc83b58bbee523b7400472f573a44887cbd0642a.tar.gz
MFC r289677:
Fix a ton of speelling errors
Diffstat (limited to 'usr.sbin/ppp')
-rw-r--r--usr.sbin/ppp/ip.c2
-rw-r--r--usr.sbin/ppp/ppp.84
2 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/ppp/ip.c b/usr.sbin/ppp/ip.c
index 5cd2272..5c25a09 100644
--- a/usr.sbin/ppp/ip.c
+++ b/usr.sbin/ppp/ip.c
@@ -473,7 +473,7 @@ FilterCheck(const unsigned char *packet,
ncpaddr_ntoa(&srcaddr), sport, dstip, dport);
}
return 1;
- } /* Explict match. Deny this packet */
+ } /* Explicit match. Deny this packet */
}
} else {
n++;
diff --git a/usr.sbin/ppp/ppp.8 b/usr.sbin/ppp/ppp.8
index 7358a48..87adf3a 100644
--- a/usr.sbin/ppp/ppp.8
+++ b/usr.sbin/ppp/ppp.8
@@ -5412,7 +5412,7 @@ and
.Dq default
can be used for
.Ar dest
-to sepcify the default route, and
+to specify the default route, and
.Dq 0.0.0.0
is understood to be the same as
.Dq default
@@ -5463,7 +5463,7 @@ and
.Dq default
can be used for
.Ar dest
-to sepcify the default route, and
+to specify the default route, and
.Dq ::
is understood to be the same as
.Dq default
OpenPOWER on IntegriCloud