mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Fix typo.
Spotted by: Matteo Riondato
This commit is contained in:
parent
94081f88e8
commit
19831537a9
1 changed files with 1 additions and 1 deletions
|
|
@ -217,7 +217,7 @@ COMMAND_SET(commandlist, "?", "list commands", command_commandlist);
|
|||
* unconditionally prints some commands. This will lead to anomalous
|
||||
* behavior. There's no 'pager_output' binding to FORTH to allow
|
||||
* things to work right, so I'm documenting the bug rather than
|
||||
* fixnig it.
|
||||
* fixing it.
|
||||
*/
|
||||
static int
|
||||
command_commandlist(int argc, char *argv[])
|
||||
|
|
|
|||
Loading…
Reference in a new issue