summaryrefslogtreecommitdiff
path: root/src/story.cpp
diff options
context:
space:
mode:
authormatthijs <matthijs@openttd.org>2016-05-11 20:48:46 +0000
committermatthijs <matthijs@openttd.org>2016-05-11 20:48:46 +0000
commit53982003ee202f3bcd2d8da8a55e97d1b986fa23 (patch)
tree93a86d890e85cc949f8c797e2764930b478fd72e /src/story.cpp
parent668fb3f6582e9c7aea5bc5502b062c776fd746fd (diff)
downloadopenttd-53982003ee202f3bcd2d8da8a55e97d1b986fa23.tar.xz
(svn r27560) -Fix: typos in comments and string
Diffstat (limited to 'src/story.cpp')
-rw-r--r--src/story.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/story.cpp b/src/story.cpp
index b74842f41..602dc2724 100644
--- a/src/story.cpp
+++ b/src/story.cpp
@@ -101,7 +101,7 @@ static void UpdateElement(StoryPageElement &pe, TileIndex tile, uint32 reference
* @param p1 various bitstuffed elements
* - p1 = (bit 0 - 7) - Company for which this story page belongs to.
* @param p2 unused.
- * @param text Title of the story page. Null is allowed in wich case a generic page title is provided by OpenTTD.
+ * @param text Title of the story page. Null is allowed in which case a generic page title is provided by OpenTTD.
* @return the cost of this operation or an error
*/
CommandCost CmdCreateStoryPage(TileIndex tile, DoCommandFlag flags, uint32 p1, uint32 p2, const char *text)