mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
Fixing typos. Replaces "recieved" with "received" and "initilize" with "initialize"
(closes issue #15571) Reported by: alecdavis git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@209098 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -1509,7 +1509,7 @@ static struct vpb_pvt *mkif(int board, int channel, int mode, int gains, float t
|
||||
tmp->callgroup = callgroup;
|
||||
tmp->pickupgroup = pickupgroup;
|
||||
|
||||
/* Initilize dtmf caller ID position variable */
|
||||
/* Initialize dtmf caller ID position variable */
|
||||
tmp->dtmf_caller_pos = 0;
|
||||
|
||||
ast_copy_string(tmp->language, language, sizeof(tmp->language));
|
||||
|
Reference in New Issue
Block a user