Fischer, Simon 3 лет назад
Родитель
Сommit
e78f2ff218
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      api/shellmatta.h

+ 1 - 1
api/shellmatta.h

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