Fischer, Simon 3 lat temu
rodzic
commit
e78f2ff218
1 zmienionych plików z 1 dodań i 1 usunięć
  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;