diff options
Diffstat (limited to 'recording.h')
-rw-r--r-- | recording.h | 6 |
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. }; |