From c328ebee04d898e21e1ace9756fec1b7743855fe Mon Sep 17 00:00:00 2001 From: Jonas Kulla Date: Tue, 10 Feb 2015 15:53:12 +0100 Subject: [PATCH] Typo --- src/font.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/font.h b/src/font.h index 3586a94..936201f 100644 --- a/src/font.h +++ b/src/font.h @@ -108,7 +108,7 @@ public: /* Assigns heap allocated objects to object properties; * using this in pure C++ will cause memory leaks - * (ie. only to be used in GCed language bindings */ + * (ie. only to be used in GCed language bindings) */ void initDynAttribs(); static void initDefaultDynAttribs();