summaryrefslogtreecommitdiff
path: root/positioner.h
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 /positioner.h
parentae4ffacbda85f06dd1a87b4a0300cbdbd10318fb (diff)
downloadvdr-c949ad35cc83462e47fc61d5bee43fc9446bee02.tar.gz
vdr-c949ad35cc83462e47fc61d5bee43fc9446bee02.tar.bz2
Fixed some spellings in positioner.h and Doxyfile
Diffstat (limited to 'positioner.h')
-rw-r--r--positioner.h6
1 files changed, 3 insertions, 3 deletions
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.