summaryrefslogtreecommitdiff
path: root/src/gfx_layout.cpp
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2013-08-09 18:43:44 +0000
committerrubidium <rubidium@openttd.org>2013-08-09 18:43:44 +0000
commit13855f0a09ea00c6b21aabcd7d7f90a2d947a734 (patch)
treecd92da83076680562eae5529f89b140dae610c75 /src/gfx_layout.cpp
parent78c48ee72023122d4c4a61c7323d9bfe67095b0c (diff)
downloadopenttd-13855f0a09ea00c6b21aabcd7d7f90a2d947a734.tar.xz
(svn r25705) -Fix: a number of typos (inspired by 90c920601c84975acb694f3673e2beb08b013753)
Diffstat (limited to 'src/gfx_layout.cpp')
-rw-r--r--src/gfx_layout.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gfx_layout.cpp b/src/gfx_layout.cpp
index 8f18ff1be..618474e06 100644
--- a/src/gfx_layout.cpp
+++ b/src/gfx_layout.cpp
@@ -190,7 +190,7 @@ Font *ParagraphLayout::VisualRun::getFont() const
}
/**
- * Get the number of glyhps in this run.
+ * Get the number of glyphs in this run.
* @return The number of glyphs.
*/
int ParagraphLayout::VisualRun::getGlyphCount() const
@@ -199,7 +199,7 @@ int ParagraphLayout::VisualRun::getGlyphCount() const
}
/**
- * Get the glyhps of this run.
+ * Get the glyphs of this run.
* @return The glyphs.
*/
const GlyphID *ParagraphLayout::VisualRun::getGlyphs() const