Commit 936719bcd52e259fa1ec86441a33f1a83770210a

Shlomi Fish 2018-05-06T23:42:33

Correct a typo in a comment.

1
2
3
4
5
6
7
8
9
10
11
12
13
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;