diff options
| author | 2021-06-21 16:47:06 -0400 | |
|---|---|---|
| committer | 2021-06-21 21:47:06 +0100 | |
| commit | de6d4dbd1e8845e08c2d87cd89a919e5b21ba619 (patch) | |
| tree | f3c964db5830e7b15361889cd61daceabe3d7466 /include/command_parse.h | |
| parent | Update example configuration for 'if-host-match' oper autologin option. (diff) | |
Fix various spelling issues (#1883).
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
Diffstat (limited to 'include/command_parse.h')
| -rw-r--r-- | include/command_parse.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/command_parse.h b/include/command_parse.h index 64981c634..8a373fded 100644 --- a/include/command_parse.h +++ b/include/command_parse.h @@ -68,7 +68,7 @@ class CoreExport CommandParser * and the command completeld successfully. It will return CMD_FAILURE if the command handler was found * and called, but the command did not complete successfully, and it will return CMD_INVALID if the * command simply did not exist at all or the wrong number of parameters were given, or the user - * was not privilaged enough to execute the command. + * was not privileged enough to execute the command. */ CmdResult CallHandler(const std::string& commandname, const CommandBase::Params& parameters, User* user, Command** cmd = NULL); |
