summaryrefslogtreecommitdiffstats
path: root/kstars/kstars/indi/indicom.h
diff options
context:
space:
mode:
Diffstat (limited to 'kstars/kstars/indi/indicom.h')
-rw-r--r--kstars/kstars/indi/indicom.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/kstars/kstars/indi/indicom.h b/kstars/kstars/indi/indicom.h
index 47526cad..726c7dcd 100644
--- a/kstars/kstars/indi/indicom.h
+++ b/kstars/kstars/indi/indicom.h
@@ -169,7 +169,7 @@ void aberrate(double *RA, double *Dec);
*/
void precessFromAnyEpoch(double jd0, double jdf, double *RA, double *Dec);
-/** \brief Calculate the aptqparent coordiantes for RA and Dec from any epoch to any epoch.
+/** \brief Calculate the apparent coordiantes for RA and Dec from any epoch to any epoch.
\param jd0 starting epoch.
\param jdf final epoch.
\param RA a pointer to a double containing the Right ascension in hours. The function stores the processed Right ascension back in this variable.