From 1a59b9291eb0abc83f98cd15df86bdb00d598286 Mon Sep 17 00:00:00 2001 From: Laurent Gomila Date: Mon, 23 May 2011 07:38:49 +0200 Subject: [PATCH] Minor fix in documentation --- include/SFML/Graphics/Font.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/SFML/Graphics/Font.hpp b/include/SFML/Graphics/Font.hpp index 6dc8bf35..b6555703 100644 --- a/include/SFML/Graphics/Font.hpp +++ b/include/SFML/Graphics/Font.hpp @@ -215,7 +215,7 @@ private : typedef std::map GlyphTable; ///< Table mapping a codepoint to its glyph //////////////////////////////////////////////////////////// - /// \brief Structure defining a page if glyphs + /// \brief Structure defining a page of glyphs /// //////////////////////////////////////////////////////////// struct Page