From 936719bcd52e259fa1ec86441a33f1a83770210a Mon Sep 17 00:00:00 2001 From: Shlomi Fish Date: Sun, 6 May 2018 23:42:33 +0300 Subject: [PATCH] Correct a typo in a comment. --- src/FTFont/FTTextureFontImpl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/FTFont/FTTextureFontImpl.h b/src/FTFont/FTTextureFontImpl.h index 20ef888..459a47c 100644 --- a/src/FTFont/FTTextureFontImpl.h +++ b/src/FTFont/FTTextureFontImpl.h @@ -90,7 +90,7 @@ class FTTextureFontImpl : public FTFontImpl inline GLuint CreateTexture(); /** - * The maximum texture dimension on this OpenGL implemetation + * The maximum texture dimension on this OpenGL implementation */ GLsizei maximumGLTextureSize;