From 68ea2ed3b2ac5f6931a43680c7220a5165af5441 Mon Sep 17 00:00:00 2001 From: Benau Date: Sat, 22 Oct 2016 12:33:47 +0800 Subject: [PATCH] Fix typo --- src/font/regular_face.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/font/regular_face.hpp b/src/font/regular_face.hpp index c6bd22d14..0fa7b9d95 100644 --- a/src/font/regular_face.hpp +++ b/src/font/regular_face.hpp @@ -23,7 +23,7 @@ class FaceTTF; -/** A font which uses regular TTFs to most text in STK. +/** A font which uses regular TTFs to render most text in STK. * \ingroup font */ class RegularFace : public FontWithFace