diff options
author | phk <phk@FreeBSD.org> | 1995-06-16 07:07:56 +0000 |
---|---|---|
committer | phk <phk@FreeBSD.org> | 1995-06-16 07:07:56 +0000 |
commit | 3ab2271645b47296675c6249cf38d86f63b66c52 (patch) | |
tree | 0ad1c35b2d4600cd7ad8c4a80c0eb4f1115c5d2f /usr.sbin | |
parent | dbffd217e2ddbf9de4e9c445f491108d0811f2aa (diff) | |
download | FreeBSD-src-3ab2271645b47296675c6249cf38d86f63b66c52.zip FreeBSD-src-3ab2271645b47296675c6249cf38d86f63b66c52.tar.gz |
manupilation -> manipulation.
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/ppp/command.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/ppp/command.c b/usr.sbin/ppp/command.c index dbe4247..d3b106b 100644 --- a/usr.sbin/ppp/command.c +++ b/usr.sbin/ppp/command.c @@ -17,7 +17,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $Id: command.c,v 1.4 1995/04/16 13:38:38 amurai Exp $ + * $Id: command.c,v 1.5 1995/05/30 03:50:30 rgrimes Exp $ * */ #include <ctype.h> @@ -161,7 +161,7 @@ struct cmdtab Commands[] = { { "enable", NULL, EnableCommand, LOCAL_AUTH, "Enable option", StrOption}, { "passwd", NULL, LocalAuthCommand,LOCAL_NO_AUTH, - "Password for manupilation", StrOption}, + "Password for manipulation", StrOption}, { "load", NULL, LoadCommand, LOCAL_AUTH, "Load settings", StrRemote}, { "save", NULL, SaveCommand, LOCAL_AUTH, |