include/mmi: fix spelling (but keep compatibility)

Origin commit data
------------------
Branch: master
Commit: 61a76eb83a
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2014-01-23 (Thu, 23 Jan 2014)


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

------------------
This commit was generated by Migit
This commit is contained in:
Stefan Seyfried
2014-01-23 13:16:27 +01:00
committed by martii
parent c5502997d6
commit 9b467a0a4f

View File

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