Bug 1053067 - Correct misspellings of "version" in WebRTC. r=jesup

This commit is contained in:
Vikrantsingh Bisen 2014-08-15 23:46:00 -04:00
Родитель c5d949300d
Коммит 3918adf156
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -2051,7 +2051,7 @@ void ccp_handler(void* msg, int type) {
cc_uint32_t major_ver=0, minor_ver=0,addtnl_ver=0;
char name[CC_MAX_LEN_REQ_SUPP_PARAM_CISCO_SISTAG]={0};
platGetSISProtocolVer( &major_ver, &minor_ver, &addtnl_ver, name);
CCAPP_DEBUG(DEB_F_PREFIX"The SIS verion is: %s, sis ver: %d.%d.%d", DEB_F_PREFIX_ARGS(SIP_CC_PROV, fname), name, major_ver, minor_ver, addtnl_ver);
CCAPP_DEBUG(DEB_F_PREFIX"The SIS version is: %s, sis ver: %d.%d.%d", DEB_F_PREFIX_ARGS(SIP_CC_PROV, fname), name, major_ver, minor_ver, addtnl_ver);
if(!strncmp(name, REQ_SUPP_PARAM_CISCO_CME_SISTAG, strlen(REQ_SUPP_PARAM_CISCO_CME_SISTAG))){
CCAPP_DEBUG(DEB_F_PREFIX"This is CUCME mode.", DEB_F_PREFIX_ARGS(SIP_CC_PROV, fname));
} else if(!strncmp(name, REQ_SUPP_PARAM_CISCO_SISTAG, strlen(REQ_SUPP_PARAM_CISCO_SISTAG))){

Просмотреть файл

@ -19,7 +19,7 @@
* user to retrives the node and at the same time access to
* the data associated with the node.
*
* 4) Lite verion is higher risk because the caller also has
* 4) Lite version is higher risk because the caller also has
* the defition of the list and node structures. Use it
* at your own risk.
*