summaryrefslogtreecommitdiffstats
path: root/kstars/kstars/indi/apmount.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kstars/kstars/indi/apmount.cpp')
-rw-r--r--kstars/kstars/indi/apmount.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kstars/kstars/indi/apmount.cpp b/kstars/kstars/indi/apmount.cpp
index 4edae7c4..273a7b16 100644
--- a/kstars/kstars/indi/apmount.cpp
+++ b/kstars/kstars/indi/apmount.cpp
@@ -731,7 +731,7 @@ void APMount::ISNewSwitch (const char *dev, const char *name, ISState *states, c
if ( ( err = setAlignmentMode(index) < 0) )
{
- handleError(&AlignmentSP, err, "Setting tqalignment");
+ handleError(&AlignmentSP, err, "Setting alignment");
return;
}