summaryrefslogtreecommitdiffstats
path: root/kstars/kstars/skypoint.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kstars/kstars/skypoint.cpp')
-rw-r--r--kstars/kstars/skypoint.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kstars/kstars/skypoint.cpp b/kstars/kstars/skypoint.cpp
index c5ea55a8..4895485d 100644
--- a/kstars/kstars/skypoint.cpp
+++ b/kstars/kstars/skypoint.cpp
@@ -538,7 +538,7 @@ dms SkyPoint::angularDistanceTo(SkyPoint *sp) {
}
TQString SkyPoint::constellation( TQPtrList<CSegment> &csegmentList, TQPtrList<SkyObject> &cnameList ) const {
- //Identify the constellation that contains point p.
+ //Identify the constellation that tqcontains point p.
//First, find all CSegments that bracket the RA of p.
//Then, identify the pair of these bracketing segments which bracket p in the Dec direction.
//Each segment has two cnames, identifying the 2 constellations which the segment delineates.