summaryrefslogtreecommitdiff
path: root/usr.sbin/pppd/plugins
diff options
context:
space:
mode:
authorwiz <wiz@NetBSD.org>2006-12-25 18:39:47 +0000
committerwiz <wiz@NetBSD.org>2006-12-25 18:39:47 +0000
commit3ed1aa91855439081010917e59cd71aa3dca4507 (patch)
treefcef37733608fea8c80a71c5132e65b427a7053e /usr.sbin/pppd/plugins
parent19c7b24184974ab7e0e042e520f2b644129c7220 (diff)
Spell "separate" correctly. From Zafer Aydogan.
Diffstat (limited to 'usr.sbin/pppd/plugins')
-rw-r--r--usr.sbin/pppd/plugins/status/status.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/pppd/plugins/status/status.c b/usr.sbin/pppd/plugins/status/status.c
index b6effa188b1..783fb5a9684 100644
--- a/usr.sbin/pppd/plugins/status/status.c
+++ b/usr.sbin/pppd/plugins/status/status.c
@@ -1,4 +1,4 @@
-/* $NetBSD: status.c,v 1.1 2004/05/13 19:37:58 christos Exp $ */
+/* $NetBSD: status.c,v 1.2 2006/12/25 18:39:48 wiz Exp $ */
/*
* status.c - pppd plugin to implement an `lcpstatus' option.
@@ -74,7 +74,7 @@ lcpstatus /var/run/ppp0.status
* If you want to modify this plugin, other ways you could use and display
* the data generated by the transitions would include:
* + directly broadcasting the results from inside the pppd task (rather
- * than having a seperate process do it)
+ * than having a separate process do it)
* + store the ppp state in an SNMP database so it could be displayed with
* a standard form of client rather than a goofy little Mac OS X menubar
* widget.