manupilation -> manipulation.

This commit is contained in:
Poul-Henning Kamp 1995-06-16 07:07:56 +00:00
parent 8a363d18bb
commit 4a11bffe6d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=9240

View File

@ -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,