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.h | |
parent | 01b3ff0709003f4191760f53b14bebea4d88c3d9 (diff) |
tracker/hatire: fix spelling in identifiers
Diffstat (limited to 'tracker-hatire/ftnoir_tracker_hat.h')
-rw-r--r-- | tracker-hatire/ftnoir_tracker_hat.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/tracker-hatire/ftnoir_tracker_hat.h b/tracker-hatire/ftnoir_tracker_hat.h index 4767d291..00ec26e2 100644 --- a/tracker-hatire/ftnoir_tracker_hat.h +++ b/tracker-hatire/ftnoir_tracker_hat.h @@ -62,12 +62,12 @@ private: bool bInvertY; bool bInvertZ; - int iRollAxe; - int iPitchAxe; - int iYawAxe; - int iXAxe; - int iYAxe; - int iZAxe; + int iRollAxis; + int iPitchAxis; + int iYawAxis; + int iXAxis; + int iYAxis; + int iZAxis; volatile int CptError; }; |