summaryrefslogtreecommitdiff
path: root/sys/net/if_spppsubr.c
diff options
context:
space:
mode:
authorMartynas Venckus <martynas@cvs.openbsd.org>2007-11-26 09:28:35 +0000
committerMartynas Venckus <martynas@cvs.openbsd.org>2007-11-26 09:28:35 +0000
commit04b4ef9c75ed734905ee1bdf681657395bf1dd08 (patch)
tree7afd3082a841d290022885a5e94f2226628afa31 /sys/net/if_spppsubr.c
parentc8bcb9eaf1366f287c7c29562467558769a87f3c (diff)
typos; ok jmc@
sys/netinet/in_pcb.c and sys/net/bridgestp.c ok henning@ sys/dev/pci/bktr/* ok jakemsr@
Diffstat (limited to 'sys/net/if_spppsubr.c')
-rw-r--r--sys/net/if_spppsubr.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/net/if_spppsubr.c b/sys/net/if_spppsubr.c
index a13bd70227f..167871eccf7 100644
--- a/sys/net/if_spppsubr.c
+++ b/sys/net/if_spppsubr.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_spppsubr.c,v 1.63 2007/11/21 19:52:04 canacar Exp $ */
+/* $OpenBSD: if_spppsubr.c,v 1.64 2007/11/26 09:28:33 martynas Exp $ */
/*
* Synchronous PPP/Cisco link level subroutines.
* Keepalive protocol implemented in both Cisco and PPP modes.
@@ -4016,7 +4016,7 @@ sppp_chap_tlu(struct sppp *sp)
if ((sp->hisauth.flags & AUTHFLAG_NORECHALLENGE) == 0)
addlog("next re-challenge in %d seconds\n", i);
else
- addlog("re-challenging supressed\n");
+ addlog("re-challenging suppressed\n");
}
x = splnet();
@@ -4545,7 +4545,7 @@ sppp_keepalive(void *dummy)
/* And now prepare LCP to reestablish the link, if configured to do so. */
sppp_cp_change_state(&lcp, sp, STATE_STOPPED);
- /* Close connection imediatly, completition of this
+ /* Close connection immediately, completition of this
* will summon the magic needed to reestablish it. */
sp->pp_tlf(sp);
continue;