aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/ppp/mp.c
diff options
context:
space:
mode:
authorUlrich Spörlein <uqs@FreeBSD.org>2011-12-30 10:58:14 +0000
committerUlrich Spörlein <uqs@FreeBSD.org>2011-12-30 10:58:14 +0000
commit3df5ecac8c5e0a9105ba0e783bd9e7077df944e7 (patch)
tree8895a44928d5c242eb33f5909e96b16aa8b19f50 /usr.sbin/ppp/mp.c
parent719728bf116d9bb6dd6d4815102398132278deaa (diff)
downloadsrc-3df5ecac8c5e0a9105ba0e783bd9e7077df944e7.tar.gz
src-3df5ecac8c5e0a9105ba0e783bd9e7077df944e7.zip
Spelling fixes for usr.sbin/
Notes
Notes: svn path=/head/; revision=228990
Diffstat (limited to 'usr.sbin/ppp/mp.c')
-rw-r--r--usr.sbin/ppp/mp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/ppp/mp.c b/usr.sbin/ppp/mp.c
index 095f9bbc0780..b2cb46c2049d 100644
--- a/usr.sbin/ppp/mp.c
+++ b/usr.sbin/ppp/mp.c
@@ -965,13 +965,13 @@ mp_SetEnddisc(struct cmdargs const *arg)
case PHASE_ESTABLISH:
/* Make sure none of our links are DATALINK_LCP or greater */
if (bundle_HighestState(arg->bundle) >= DATALINK_LCP) {
- log_Printf(LogWARN, "enddisc: Only changable before"
+ log_Printf(LogWARN, "enddisc: Only changeable before"
" LCP negotiations\n");
return 1;
}
break;
default:
- log_Printf(LogWARN, "enddisc: Only changable at phase DEAD/ESTABLISH\n");
+ log_Printf(LogWARN, "enddisc: Only changeable at phase DEAD/ESTABLISH\n");
return 1;
}