mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-17 16:10:46 +01:00
manupilation -> manipulation.
This commit is contained in:
parent
8a363d18bb
commit
4a11bffe6d
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=9240
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user