# HG changeset patch # User lucabe # Date 1235845399 0 # Node ID b4c4ee906a605bd879278d54c07395b79ac32270 # Parent 0642f8079ecfe81d224ded7ed20b19e2b4f0f771 Fix typo in a comment diff -r 0642f8079ecf -r b4c4ee906a60 rtp.h --- a/rtp.h Sat Feb 28 18:21:43 2009 +0000 +++ b/rtp.h Sat Feb 28 18:23:19 2009 +0000 @@ -41,7 +41,7 @@ * channels and sample_rate fields are also filled. * * @param codec The context of the codec - * @param payload_type The the payload type (the 'PT' field in the RTP header) + * @param payload_type The payload type (the 'PT' field in the RTP header) * @return In case of unknown payload type or dynamic payload type, a * negative value is returned; otherwise, 0 is returned */