summaryrefslogtreecommitdiffstats
path: root/kstars/kstars/indi/lx200_16.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kstars/kstars/indi/lx200_16.cpp')
-rw-r--r--kstars/kstars/indi/lx200_16.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kstars/kstars/indi/lx200_16.cpp b/kstars/kstars/indi/lx200_16.cpp
index fe37df18..e9e95534 100644
--- a/kstars/kstars/indi/lx200_16.cpp
+++ b/kstars/kstars/indi/lx200_16.cpp
@@ -101,7 +101,7 @@ void LX200_16::ISGetProperties (const char *dev)
if (dev && strcmp (thisDevice, dev))
return;
- // process parent first
+ // process tqparent first
LX200Autostar::ISGetProperties(dev);
IDDefNumber (&horNum, NULL);
@@ -304,7 +304,7 @@ void LX200_16::handleAltAzSlew()
case IPS_BUSY:
- if ( (err = getHomeSearchStatus(&searchResult)) < 0)
+ if ( (err = getHomeSearchtqStatus(&searchResult)) < 0)
{
handleError(&HomeSearchSw, err, "Home search");
return;