diff --git a/source/tegraexplorer/common/common.h b/source/tegraexplorer/common/common.h index 6561e4e..e03bac2 100644 --- a/source/tegraexplorer/common/common.h +++ b/source/tegraexplorer/common/common.h @@ -23,7 +23,7 @@ enum utils_err_codes_te_call { ERR_SD_EJECTED, ERR_PARSE_FAIL, ERR_CANNOT_COPY_FILE_TO_FS_PART, - ERR_NO_DESTENATION + ERR_NO_DESTINATION }; extern const char *utils_err_codes_te[]; @@ -110,4 +110,4 @@ extern gpt_entry_rule gpt_fs_rules[]; extern menu_entry mmcmenu_start[]; -extern menu_entry mmcmenu_filemenu[]; \ No newline at end of file +extern menu_entry mmcmenu_filemenu[];