diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2018-02-28 20:31:59 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2018-02-28 20:31:59 +0100 |
commit | 4d2106c3c6f51c574fbfad69d6086cbe74af1179 (patch) | |
tree | b7f3be50aa528cdec73399684e800a886cecfe38 /logic/pipeline.hpp | |
parent | 02e657f9d86bfe8b322a2e18573a4d8959babfd9 (diff) |
logic, filter/kalman: fix typos
Tool: codespell
Diffstat (limited to 'logic/pipeline.hpp')
-rw-r--r-- | logic/pipeline.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/logic/pipeline.hpp b/logic/pipeline.hpp index 5c3c3a26..45d5b2b2 100644 --- a/logic/pipeline.hpp +++ b/logic/pipeline.hpp @@ -92,7 +92,7 @@ private: Pose newpose; runtime_libraries const& libs; // The owner of the reference is the main window. - // This design might be usefull if we decide later on to swap out + // This design might be useful if we decide later on to swap out // the logger while the tracker is running. TrackLogger& logger; |