summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp
diff options
context:
space:
mode:
authorasami <asami@FreeBSD.org>1995-07-06 02:58:57 +0000
committerasami <asami@FreeBSD.org>1995-07-06 02:58:57 +0000
commitfa8de9933bb206fd1d26887990a414aa1b781904 (patch)
tree84402601967ec252a489fa82c7e5e494fbff90e0 /usr.sbin/ppp
parentf602814c3c734a5ef359ebe9149c5973c44dfa95 (diff)
downloadFreeBSD-src-fa8de9933bb206fd1d26887990a414aa1b781904.zip
FreeBSD-src-fa8de9933bb206fd1d26887990a414aa1b781904.tar.gz
"anyone in a world" -> "anyone in the world".
(Yes, I'm just testing my ppp connection :)
Diffstat (limited to 'usr.sbin/ppp')
-rw-r--r--usr.sbin/ppp/main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/ppp/main.c b/usr.sbin/ppp/main.c
index a698a04..79bcdfd 100644
--- a/usr.sbin/ppp/main.c
+++ b/usr.sbin/ppp/main.c
@@ -17,7 +17,7 @@
* IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
* WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
*
- * $Id: main.c,v 1.4 1995/03/11 15:18:47 amurai Exp $
+ * $Id: main.c,v 1.5 1995/05/30 03:50:47 rgrimes Exp $
*
* TODO:
* o Add commands for traffic summary, version display, etc.
@@ -43,7 +43,7 @@
#include "filter.h"
#define LAUTH_M1 "Warning: No password entry for this host in ppp.secret\n"
-#define LAUTH_M2 "Warning: All manipulation is allowed by anyone in a world\n"
+#define LAUTH_M2 "Warning: All manipulation is allowed by anyone in the world\n"
#ifndef O_NONBLOCK
#ifdef O_NDELAY
OpenPOWER on IntegriCloud