summaryrefslogtreecommitdiff
path: root/src/statusbar_gui.h
diff options
context:
space:
mode:
authorplanetmaker <planetmaker@openttd.org>2013-01-08 22:46:42 +0000
committerplanetmaker <planetmaker@openttd.org>2013-01-08 22:46:42 +0000
commitc24374f99c22d9420d6d182ff835f07a5b954b48 (patch)
tree7043ad53c941668339a0949867e10888f9e54f16 /src/statusbar_gui.h
parent89a2ba2a6d25e605c391e7343ba66090ee9f26de (diff)
downloadopenttd-c24374f99c22d9420d6d182ff835f07a5b954b48.tar.xz
(svn r24900) -Fix [FS#5389]: Comments with typos (most fixes supplied by Eagle_rainbow)
Diffstat (limited to 'src/statusbar_gui.h')
-rw-r--r--src/statusbar_gui.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/statusbar_gui.h b/src/statusbar_gui.h
index 7852c7803..b55a88c83 100644
--- a/src/statusbar_gui.h
+++ b/src/statusbar_gui.h
@@ -16,7 +16,7 @@
enum StatusBarInvalidate {
SBI_SAVELOAD_START, ///< started saving
SBI_SAVELOAD_FINISH, ///< finished saving
- SBI_SHOW_TICKER, ///< start scolling news
+ SBI_SHOW_TICKER, ///< start scrolling news
SBI_SHOW_REMINDER, ///< show a reminder (dot on the right side of the statusbar)
SBI_NEWS_DELETED, ///< abort current news display (active news were deleted)
SBI_END