mmi.h, cam_menu.cpp fix spelling error

This commit is contained in:
[CST] Focus
2014-01-22 12:27:07 +04:00
parent 87031add94
commit cfe6facea4
3 changed files with 9 additions and 9 deletions

View File

@@ -47,8 +47,8 @@ typedef struct {
typedef struct {
int blind;
int answerlen;
char enguiryText[MAX_MMI_TEXT_LEN];
} MMI_ENGUIRY_INFO;
char enquiryText[MAX_MMI_TEXT_LEN];
} MMI_ENQUIRY_INFO;
#endif // __MMI_H_