summaryrefslogtreecommitdiff
path: root/device.h
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2020-05-04 11:40:44 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2020-05-04 11:40:44 +0200
commit225c495632f4dbb9819e2b6b5d860cdf4c8127d1 (patch)
treeef7f4835c985869b62d10938599dde44af7f01e8 /device.h
parent5705ffbd2ba1cd6644e7bc7b10686963d3d8ef9f (diff)
downloadvdr-225c495632f4dbb9819e2b6b5d860cdf4c8127d1.tar.gz
vdr-225c495632f4dbb9819e2b6b5d860cdf4c8127d1.tar.bz2
Fixed a typo
Diffstat (limited to 'device.h')
-rw-r--r--device.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/device.h b/device.h
index 8b77d48e..76785f4b 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 4.14 2020/05/04 08:50:20 kls Exp $
+ * $Id: device.h 4.15 2020/05/04 11:40:44 kls Exp $
*/
#ifndef __DEVICE_H
@@ -332,7 +332,7 @@ public:
///< Returns true if it is ok to switch to the Channel's transponder on this
///< device, without disturbing any other activities. If an occupied timeout
///< has been set for this device, and that timeout has not yet expired,
- ///< this function returns false,
+ ///< this function returns false.
bool SwitchChannel(const cChannel *Channel, bool LiveView);
///< Switches the device to the given Channel, initiating transfer mode
///< if necessary.