summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2013-12-28 11:21:09 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2013-12-28 11:21:09 +0100
commitc949ad35cc83462e47fc61d5bee43fc9446bee02 (patch)
treefef9d03821bc1ffb4abaadc8e26e59e52c43fc68
parentae4ffacbda85f06dd1a87b4a0300cbdbd10318fb (diff)
downloadvdr-c949ad35cc83462e47fc61d5bee43fc9446bee02.tar.gz
vdr-c949ad35cc83462e47fc61d5bee43fc9446bee02.tar.bz2
Fixed some spellings in positioner.h and Doxyfile
-rw-r--r--CONTRIBUTORS1
-rw-r--r--Doxyfile2
-rw-r--r--HISTORY1
-rw-r--r--positioner.h6
4 files changed, 6 insertions, 4 deletions
diff --git a/CONTRIBUTORS b/CONTRIBUTORS
index 2a9d75f8..0fdfeaa6 100644
--- a/CONTRIBUTORS
+++ b/CONTRIBUTORS
@@ -2033,6 +2033,7 @@ Ville Skyttä <ville.skytta@iki.fi>
for updating the help and man page entry about the location of the epg.data file
for reporting a possible crash when shutting down VDR while subtitles are being
displayed
+ for fixing some spellings in positioner.h and Doxyfile
Steffen Beyer <cpunk@reactor.de>
for fixing setting the colored button help after deleting a recording in case the next
diff --git a/Doxyfile b/Doxyfile
index aa4cdb49..98891d71 100644
--- a/Doxyfile
+++ b/Doxyfile
@@ -1658,7 +1658,7 @@ UML_LOOK = NO
# the class node. If there are many fields or methods and many nodes the
# graph may become too big to be useful. The UML_LIMIT_NUM_FIELDS
# threshold limits the number of items for each type to make the size more
-# managable. Set this to 0 for no limit. Note that the threshold may be
+# manageable. Set this to 0 for no limit. Note that the threshold may be
# exceeded by 50% before the limit is enforced.
UML_LIMIT_NUM_FIELDS = 10
diff --git a/HISTORY b/HISTORY
index f4cdb91b..b8b0fb0c 100644
--- a/HISTORY
+++ b/HISTORY
@@ -8086,3 +8086,4 @@ Video Disk Recorder Revision History
of it or not.
- Added a note to ePlayMode in device.h that VDR itself always uses pmAudioVideo when
replaying a recording (suggested by Thomas Reufer).
+- Fixed some spellings in positioner.h and Doxyfile (thanks to Ville Skyttä).
diff --git a/positioner.h b/positioner.h
index 6db16748..4fdc3d05 100644
--- a/positioner.h
+++ b/positioner.h
@@ -4,7 +4,7 @@
* See the main source file 'vdr.c' for copyright information and
* how to reach the author.
*
- * $Id: positioner.h 3.2 2013/10/20 09:29:41 kls Exp $
+ * $Id: positioner.h 3.3 2013/12/28 11:15:56 kls Exp $
*/
#ifndef __POSITIONER_H
@@ -133,8 +133,8 @@ public:
///< Number can be in the range 1...255. However, a particular positioner
///< may only have a limited number of satellite positions it can store.
virtual void RecalcPositions(uint Number) {}
- ///< Take the difference betwen the current actual position of the dish and
- ///< the position stored with teh given Number, and apply the difference to
+ ///< Take the difference between the current actual position of the dish and
+ ///< the position stored with the given Number, and apply the difference to
///< all stored positions.
virtual void GotoPosition(uint Number, int Longitude);
///< Move the dish to the satellite position stored under the given Number.