mmi.h, cam_menu.cpp fix spelling error

Origin commit data
------------------
Branch: ni/coolstream
Commit: cfe6facea4
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2014-01-22 (Wed, 22 Jan 2014)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
[CST] Focus
2014-01-22 12:27:07 +04:00
parent 0c52941204
commit 4957329c44
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_