mmi.h, cam_menu.cpp fix spelling error

Origin commit data
------------------
Commit: cfe6facea4
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2014-01-22 (Wed, 22 Jan 2014)
This commit is contained in:
[CST] Focus
2014-01-22 12:27:07 +04:00
parent 5afb1db6da
commit 40c3a69eaa
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_