diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2016-05-04 11:38:16 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2016-05-04 11:45:04 +0200 |
commit | 5410dce61c4da92760feeb5493b4574bfb854ec8 (patch) | |
tree | 77c7d4d0a382fa5ad0fb0959dea9d4028be049e2 /tracker-hatire/ftnoir_tracker_hat_settings.h | |
parent | 01b3ff0709003f4191760f53b14bebea4d88c3d9 (diff) |
tracker/hatire: fix spelling in identifiers
Diffstat (limited to 'tracker-hatire/ftnoir_tracker_hat_settings.h')
-rw-r--r-- | tracker-hatire/ftnoir_tracker_hat_settings.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/tracker-hatire/ftnoir_tracker_hat_settings.h b/tracker-hatire/ftnoir_tracker_hat_settings.h index bed33200..06d54e34 100644 --- a/tracker-hatire/ftnoir_tracker_hat_settings.h +++ b/tracker-hatire/ftnoir_tracker_hat_settings.h @@ -28,12 +28,12 @@ struct TrackerSettings bool InvertY; bool InvertZ; - int RollAxe; - int PitchAxe; - int YawAxe; - int XAxe; - int YAxe; - int ZAxe; + int RollAxis; + int PitchAxis; + int YawAxis; + int XAxis; + int YAxis; + int ZAxis; QString CmdStart; QString CmdStop; |