(svn r25705) -Fix: a number of typos (inspired by 90c920601c84975acb694f3673e2beb08b013753)

This commit is contained in:
rubidium
2013-08-09 18:43:44 +00:00
parent 78c48ee720
commit 13855f0a09
8 changed files with 17 additions and 17 deletions

View File

@@ -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