From 1dbffc66266567759989f15feacda259579853cd Mon Sep 17 00:00:00 2001 From: Vittorio Romeo Date: Mon, 24 Apr 2023 01:08:39 +0200 Subject: [PATCH] Fix typo in 'Font.cpp' --- src/SFML/Graphics/Font.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/SFML/Graphics/Font.cpp b/src/SFML/Graphics/Font.cpp index 720e9a005..3ecdce06c 100644 --- a/src/SFML/Graphics/Font.cpp +++ b/src/SFML/Graphics/Font.cpp @@ -99,7 +99,7 @@ struct Font::FontHandles { // All the function below are safe to call with null pointer arguments. // The documentation of FreeType isn't clear on the matter, but the - // implementation does explictly check for null. + // implementation does explicitly check for null. FT_Stroker_Done(stroker); FT_Done_Face(face);