summaryrefslogtreecommitdiffstats
path: root/kstars
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-11 02:37:44 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-11 02:37:44 -0600
commitde3d50d2342c8a6d79a2cde8a791ab406084f9ad (patch)
tree658f50d41e935f5f20e3f1550ac75dfabb6c2d31 /kstars
parenta5ef67db99ee9b616837623bccd6183a0cc93f64 (diff)
downloadtdeedu-de3d50d2342c8a6d79a2cde8a791ab406084f9ad.tar.gz
tdeedu-de3d50d2342c8a6d79a2cde8a791ab406084f9ad.zip
Fix unintended rename
Diffstat (limited to 'kstars')
-rw-r--r--kstars/kstars/fitsprocess.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kstars/kstars/fitsprocess.cpp b/kstars/kstars/fitsprocess.cpp
index c68a54aa..6a4d7fcd 100644
--- a/kstars/kstars/fitsprocess.cpp
+++ b/kstars/kstars/fitsprocess.cpp
@@ -149,7 +149,7 @@ float * FITSProcess::combine(TQPtrList<float> & frames, int mode)
}
/*
- * This Quictdeselect routine is based on the algorithm described in
+ * This Quickselect routine is based on the algorithm described in
* "Numerical recipies in C", Second Edition,
* Cambridge University Press, 1992, Section 8.5, ISBN 0-521-43108-5
*/