summaryrefslogtreecommitdiffstats
path: root/kstars/kstars/filesource.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kstars/kstars/filesource.cpp')
-rw-r--r--kstars/kstars/filesource.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kstars/kstars/filesource.cpp b/kstars/kstars/filesource.cpp
index 8e38d9a4..8a1854a4 100644
--- a/kstars/kstars/filesource.cpp
+++ b/kstars/kstars/filesource.cpp
@@ -27,7 +27,7 @@ FileSource::FileSource(KStarsData *ksdata, float magnitude)
// kdDebug() << "count()=" << data->starList.count() << endl;
fileNumber = ksdata->starList.count() / 1000 + 1;
lineNumber = ksdata->starList.count() % 1000;
- // the first file contains 12 comment lines at the beginning which must skipped
+ // the first file tqcontains 12 comment lines at the beginning which must skipped
if (fileNumber == 1) { lineNumber += 12; }
// kdDebug() << "fileNumber=" << fileNumber << " lineNumber=" << lineNumber << endl;