summaryrefslogtreecommitdiff
path: root/recording.h
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2020-09-16 13:48:33 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2020-09-16 13:48:33 +0200
commiteebe7c798a689dd1c627f4af5203902665cc2f21 (patch)
treedbe69c8fc12f2535ae6b8646e8f738eecaab6bb8 /recording.h
parent76a7bed57561285b1c32ac8d7a6c68dc607c3d39 (diff)
downloadvdr-eebe7c798a689dd1c627f4af5203902665cc2f21.tar.gz
vdr-eebe7c798a689dd1c627f4af5203902665cc2f21.tar.bz2
Fixed several typos
Diffstat (limited to 'recording.h')
-rw-r--r--recording.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/recording.h b/recording.h
index abcaf4d5..1ba16bdc 100644
--- a/recording.h
+++ b/recording.h
@@ -4,7 +4,7 @@
* See the main source file 'vdr.c' for copyright information and
* how to reach the author.
*
- * $Id: recording.h 4.9 2020/03/29 15:50:22 kls Exp $
+ * $Id: recording.h 4.10 2020/09/16 13:48:33 kls Exp $
*/
#ifndef __RECORDING_H
@@ -390,7 +390,7 @@ public:
///< If this cMarks object is used by multiple threads, the caller must Lock()
///< it before calling Add() and Unlock() it afterwards. The same applies to
///< calls to Del(), or any of the functions that return a "cMark *", in case
- ///< an other thread might modifiy the list while the returned pointer is
+ ///< an other thread might modify the list while the returned pointer is
///< considered valid.
const cMark *Get(int Position) const;
const cMark *GetPrev(int Position) const;