[xiph-commits] r10102 - trunk/speex/include/speex

jm at svn.xiph.org jm at svn.xiph.org
Fri Sep 30 18:23:49 PDT 2005


Author: jm
Date: 2005-09-30 18:23:46 -0700 (Fri, 30 Sep 2005)
New Revision: 10102

Modified:
   trunk/speex/include/speex/speex_jitter.h
Log:
typo


Modified: trunk/speex/include/speex/speex_jitter.h
===================================================================
--- trunk/speex/include/speex/speex_jitter.h	2005-09-30 16:30:27 UTC (rev 10101)
+++ trunk/speex/include/speex/speex_jitter.h	2005-10-01 01:23:46 UTC (rev 10102)
@@ -80,7 +80,7 @@
 /** Put one packet into the jitter buffer */
 void speex_jitter_put(SpeexJitter *jitter, char *packet, int len, int timestamp);
 
-/** Get on packet from the jitter buffer */
+/** Get one packet from the jitter buffer */
 void speex_jitter_get(SpeexJitter *jitter, short *out, int *current_timestamp);
 
 /** Get pointer timestamp of jitter buffer */



More information about the commits mailing list