summaryrefslogtreecommitdiff
path: root/src/gfx_layout.cpp
diff options
context:
space:
mode:
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