Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
knro committed Jul 30, 2024
1 parent edfe88f commit 73f2411
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions indi-eqmod/eqmodbase.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ bool EQMod::initProperties()

loadProperties();

initSlewRate();
initSlewRates();

AddTrackMode("TRACK_SIDEREAL", "Sidereal", true);
AddTrackMode("TRACK_SOLAR", "Solar");
Expand Down Expand Up @@ -3689,4 +3689,4 @@ IPState EQMod::ExecuteHomeAction(TelescopeHomeAction action)
}

return IPS_ALERT;
}
}

0 comments on commit 73f2411

Please sign in to comment.