summaryrefslogtreecommitdiff
path: root/device.h
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2011-12-04 13:40:52 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2011-12-04 13:40:52 +0100
commitfe0a0116113e8426173b2e4a066350ba6a9d3579 (patch)
tree05086fbdb2445c4f6cc689cddc9e51cb1180dd71 /device.h
parentada6766c194c8caf3415a023b74ffe46db9be119 (diff)
downloadvdr-fe0a0116113e8426173b2e4a066350ba6a9d3579.tar.gz
vdr-fe0a0116113e8426173b2e4a066350ba6a9d3579.tar.bz2
Fixed several spelling errors
Diffstat (limited to 'device.h')
-rw-r--r--device.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/device.h b/device.h
index 2d4edeca..e2ff8126 100644
--- a/device.h
+++ b/device.h
@@ -4,7 +4,7 @@
* See the main source file 'vdr.c' for copyright information and
* how to reach the author.
*
- * $Id: device.h 2.29 2011/10/16 14:10:33 kls Exp $
+ * $Id: device.h 2.30 2011/12/04 13:38:17 kls Exp $
*/
#ifndef __DEVICE_H
@@ -472,7 +472,7 @@ protected:
///< Sets the current subtitle track to the given value.
public:
void ClrAvailableTracks(bool DescriptionsOnly = false, bool IdsOnly = false);
- ///< Clears the list of currently availabe tracks. If DescriptionsOnly
+ ///< Clears the list of currently available tracks. If DescriptionsOnly
///< is true, only the track descriptions will be cleared. With IdsOnly
///< set to true only the ids will be cleared. IdsOnly is only taken
///< into account if DescriptionsOnly is false.
@@ -665,10 +665,10 @@ public:
///< Returns true if the device itself or any of the file handles in
///< Poller is ready for further action.
///< If TimeoutMs is not zero, the device will wait up to the given number
- ///< of milleseconds before returning in case it can't accept any data.
+ ///< of milliseconds before returning in case it can't accept any data.
virtual bool Flush(int TimeoutMs = 0);
///< Returns true if the device's output buffers are empty, i. e. any
- ///< data which was bufferd so far has been processed.
+ ///< data which was buffered so far has been processed.
///< If TimeoutMs is not zero, the device will wait up to the given
///< number of milliseconds before returning in case there is still
///< data in the buffers.