Fix some small typos in comments

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2512 65c4cc65-6c06-0410-ace0-fbb531ad65f3
1.0
James Golovich 23 years ago
parent 893ed27f5b
commit a8bbe997d2

@ -3687,7 +3687,7 @@ static int socket_read(int *id, int fd, short events, void *cbdata)
|| (f.subclass == AST_IAX_COMMAND_POKE)))
new = NEW_ALLOW;
} else {
/* Don't knwo anything about it yet */
/* Don't know anything about it yet */
f.frametype = AST_FRAME_NULL;
f.subclass = 0;
}

@ -4436,7 +4436,7 @@ static int socket_read(int *id, int fd, short events, void *cbdata)
fr.callno = find_callno(ntohs(vh->callno) & ~0x8000, dcallno, &sin, new, 1);
minivid = 1;
} else if (meta->zeros == 0) {
/* This is a a meta header */
/* This is a meta header */
switch(meta->metacmd) {
case IAX_META_TRUNK:
if (res < sizeof(struct ast_iax2_meta_hdr) + sizeof(struct ast_iax2_meta_trunk_hdr)) {
@ -4543,7 +4543,7 @@ static int socket_read(int *id, int fd, short events, void *cbdata)
|| (f.subclass == IAX_COMMAND_POKE) || (f.subclass == IAX_COMMAND_FWDOWNL)))
new = NEW_ALLOW;
} else {
/* Don't knwo anything about it yet */
/* Don't know anything about it yet */
f.frametype = AST_FRAME_NULL;
f.subclass = 0;
}

Loading…
Cancel
Save