|
@@ -110,7 +110,7 @@ typedef struct shellmatta_cmd
|
|
|
char *cmdAlias; /**< command alias */
|
|
|
char *helpText; /**< help text to print in "help" command */
|
|
|
char *usageText; /**< usage text - printed on "help cmd" */
|
|
|
- shellmatta_cmdFct_t cmdFct; /**< pointer to the cmd callack function */
|
|
|
+ shellmatta_cmdFct_t cmdFct; /**< pointer to the cmd callback function */
|
|
|
struct shellmatta_cmd *next; /**< pointer to next command or NULL */
|
|
|
} shellmatta_cmd_t;
|
|
|
|