From de3d50d2342c8a6d79a2cde8a791ab406084f9ad Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 11 Feb 2013 02:37:44 -0600 Subject: [PATCH] Fix unintended rename --- kstars/kstars/fitsprocess.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 & 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 */