diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-11 02:37:44 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-11 02:37:44 -0600 |
commit | de3d50d2342c8a6d79a2cde8a791ab406084f9ad (patch) | |
tree | 658f50d41e935f5f20e3f1550ac75dfabb6c2d31 /kstars | |
parent | a5ef67db99ee9b616837623bccd6183a0cc93f64 (diff) | |
download | tdeedu-de3d50d2342c8a6d79a2cde8a791ab406084f9ad.tar.gz tdeedu-de3d50d2342c8a6d79a2cde8a791ab406084f9ad.zip |
Fix unintended rename
Diffstat (limited to 'kstars')
-rw-r--r-- | kstars/kstars/fitsprocess.cpp | 2 |
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 */ |