summaryrefslogtreecommitdiff
path: root/src/gfx_layout.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2013-06-25 20:38:12 +0000
committerrubidium <rubidium@openttd.org>2013-06-25 20:38:12 +0000
commit4f0ef61d4e6d5ccc986781d55bf79e0ee707f692 (patch)
tree168dc29e0c700c59dbfabe1a52bfaf451893b8ea /src/gfx_layout.h
parent2446b8ea6031f251e3eede83e9a17e9c1464d471 (diff)
downloadopenttd-4f0ef61d4e6d5ccc986781d55bf79e0ee707f692.tar.xz
(svn r25466) -Add: drawing routine for the layout engine
Diffstat (limited to 'src/gfx_layout.h')
-rw-r--r--src/gfx_layout.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gfx_layout.h b/src/gfx_layout.h
index cf4f1f90a..7960bf2a2 100644
--- a/src/gfx_layout.h
+++ b/src/gfx_layout.h
@@ -35,7 +35,7 @@ typedef SmallMap<int, Font *> FontMap;
* visual runs.
*
* One constructs this class with the text that needs to be split into
- * lines. Then nextLine is called with the maximum with until NULL is
+ * lines. Then nextLine is called with the maximum width until NULL is
* returned. Each nextLine call creates VisualRuns which contain the
* length of text that are to be drawn with the same font. In other
* words, the result of this class is a list of sub strings with their