mirror of
				https://github.com/vdr-projects/vdr.git
				synced 2025-03-01 10:50:46 +00:00 
			
		
		
		
	Fixed several spelling errors
This commit is contained in:
		| @@ -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. | ||||
|   }; | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user