diff options
author | Stijn Buys <ingar@osirion.org> | 2010-11-17 19:43:17 +0000 |
---|---|---|
committer | Stijn Buys <ingar@osirion.org> | 2010-11-17 19:43:17 +0000 |
commit | 145ce988324b8b7b1f2b329f618ad5c6dfc4aac9 (patch) | |
tree | 0e9a95893bc0aa682c356f3d8eecf24e53ad7ab0 | |
parent | 40e7cd6de7955021a8b7109cbf413e782ea95222 (diff) |
infowidget.cc: corrected a typo in the DevInfo widget, thanks A_Spork
-rw-r--r-- | src/client/infowidget.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/infowidget.cc b/src/client/infowidget.cc index 6dcb608..062baf4 100644 --- a/src/client/infowidget.cc +++ b/src/client/infowidget.cc @@ -58,7 +58,7 @@ void DevInfoWidget::draw() if (core::localcontrol()) { textstream << "^B" << core::localcontrol()->name() << '\n'; - textstream << "^Nthurst ^B" << std::fixed << std::setprecision(2) + textstream << "^Nthrust ^B" << std::fixed << std::setprecision(2) << core::localcontrol()->thrust() << '\n'; textstream << "^Nspeed ^B" << std::fixed << std::setprecision(2) << core::localcontrol()->speed() << '\n'; |