Commit d4cf43a4b0b6dcfc27dc669d079bea51e1187fe3

Frank Heckenbach 2018-10-15T16:36:09

Merge branch 'correct-typos' of https://github.com/shlomif/ftgl

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;