Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStijn Buys <ingar@osirion.org>2010-11-17 19:43:17 +0000
committerStijn Buys <ingar@osirion.org>2010-11-17 19:43:17 +0000
commit145ce988324b8b7b1f2b329f618ad5c6dfc4aac9 (patch)
tree0e9a95893bc0aa682c356f3d8eecf24e53ad7ab0 /src/client/infowidget.cc
parent40e7cd6de7955021a8b7109cbf413e782ea95222 (diff)
infowidget.cc: corrected a typo in the DevInfo widget, thanks A_Spork
Diffstat (limited to 'src/client/infowidget.cc')
-rw-r--r--src/client/infowidget.cc2
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';