summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2009-05-17 10:09:35 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2009-05-17 10:09:35 +0200
commitd007c8c0d4a9102c1d111264db0ca3d6bbb458a9 (patch)
treedef352005858b6660bb8323723dd8e0e637c0c45
parentd41461ad40525286e075b5b09ff6d1f84deb77e9 (diff)
downloadvdr-d007c8c0d4a9102c1d111264db0ca3d6bbb458a9.tar.gz
vdr-d007c8c0d4a9102c1d111264db0ca3d6bbb458a9.tar.bz2
Fixed a typo
-rw-r--r--remux.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/remux.h b/remux.h
index 67e29d16..4241d2c6 100644
--- a/remux.h
+++ b/remux.h
@@ -4,7 +4,7 @@
* See the main source file 'vdr.c' for copyright information and
* how to reach the author.
*
- * $Id: remux.h 2.13 2009/05/17 09:52:56 kls Exp $
+ * $Id: remux.h 2.14 2009/05/17 10:09:35 kls Exp $
*/
#ifndef __REMUX_H
@@ -261,7 +261,7 @@ public:
///< repeatedly, and the data processed, until it returns NULL. This
///< is because video packets may be larger than the data a single
///< PES packet with an actual length field can hold, and are therefore
- ///< split into several PES packates with smaller sizes.
+ ///< split into several PES packets with smaller sizes.
void Reset(void);
///< Resets the converter. This needs to be called after a PES packet has
///< been fetched by a call to GetPes(), and before the next call to