summaryrefslogtreecommitdiff
path: root/recording.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 /recording.h
parentada6766c194c8caf3415a023b74ffe46db9be119 (diff)
downloadvdr-fe0a0116113e8426173b2e4a066350ba6a9d3579.tar.gz
vdr-fe0a0116113e8426173b2e4a066350ba6a9d3579.tar.bz2
Fixed several spelling errors
Diffstat (limited to 'recording.h')
-rw-r--r--recording.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/recording.h b/recording.h
index 37979ec6..d3dbd1da 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 2.25 2011/08/21 13:10:39 kls Exp $
+ * $Id: recording.h 2.26 2011/12/04 13:38:17 kls Exp $
*/
#ifndef __RECORDING_H
@@ -176,7 +176,7 @@ public:
///< Triggers an update of the list of recordings, which will run
///< as a separate thread if Wait is false. If Wait is true, the
///< function returns only after the update has completed.
- ///< Returns true if Wait is true and there is anyting in the list
+ ///< Returns true if Wait is true and there is anything in the list
///< of recordings, false otherwise.
void TouchUpdate(void);
///< Touches the '.update' file in the video directory, so that other
@@ -292,7 +292,7 @@ public:
bool IsStillRecording(void);
void Delete(void);
static int GetLength(const char *FileName, bool IsPesRecording = false);
- ///< Calculates the recording length (numer of frames) without actually reading the index file.
+ ///< Calculates the recording length (number of frames) without actually reading the index file.
///< Returns -1 in case of error.
};