# HG changeset patch # User diego # Date 1196604388 0 # Node ID dd1fbe36d10313b4f0fbeac8927e9c560f6c483a # Parent 6716e2fdc5cb9212ce506ed72941f1d294110557 Fix some spelling mistakes. diff -r 6716e2fdc5cb -r dd1fbe36d103 rtp.c --- a/rtp.c Sat Dec 01 22:21:04 2007 +0000 +++ b/rtp.c Sun Dec 02 14:06:28 2007 +0000 @@ -767,7 +767,7 @@ payload_type = RTP_PT_PRIVATE; /* private payload type */ s->payload_type = payload_type; -// following 2 FIXMies could be set based on the current time, theres normaly no info leak, as rtp will likely be transmitted immedeatly +// following 2 FIXMEs could be set based on the current time, there is normally no info leak, as RTP will likely be transmitted immediately s->base_timestamp = 0; /* FIXME: was random(), what should this be? */ s->timestamp = s->base_timestamp; s->cur_timestamp = 0;