summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Roitzsch <mroi@users.sourceforge.net>2002-12-01 15:18:13 +0000
committerMichael Roitzsch <mroi@users.sourceforge.net>2002-12-01 15:18:13 +0000
commit346c368b5bffa34a8a7cbbf11816ea1c2145a763 (patch)
tree76db9953b388bf1ab1bf4fc10aa9513d1179382f
parentb9850b55cc885d2750a79cf7278904a36104f3cb (diff)
downloadxine-lib-346c368b5bffa34a8a7cbbf11816ea1c2145a763.tar.gz
xine-lib-346c368b5bffa34a8a7cbbf11816ea1c2145a763.tar.bz2
fix typo
CVS patchset: 3407 CVS date: 2002/12/01 15:18:13
-rw-r--r--include/xine.h.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/xine.h.in b/include/xine.h.in
index d5cff7a8b..58f28d329 100644
--- a/include/xine.h.in
+++ b/include/xine.h.in
@@ -17,7 +17,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
*
- * $Id: xine.h.in,v 1.41 2002/12/01 15:07:01 mroi Exp $
+ * $Id: xine.h.in,v 1.42 2002/12/01 15:18:13 mroi Exp $
*
* public xine-lib (libxine) interface and documentation
*
@@ -294,7 +294,7 @@ int xine_get_video_frame (xine_stream_t *stream,
*
* after the data leaves the decoder it can pass an arbitrary tree
* of post plugins allowing for effects to be applied to the video
- * frames/audio buffers before the reach the output stage
+ * frames/audio buffers before they reach the output stage
*/
typedef struct xine_post_s xine_post_t;