Jordan Zedeck пре 2 месеци
родитељ
комит
e91a3697ff
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      examples/text/text_codepoints_loading.c

+ 1 - 1
examples/text/text_codepoints_loading.c

@@ -108,7 +108,7 @@ int main(void)
             }
             }
             else
             else
             {
             {
-                // Draw provided text with laoded font, containing all required codepoint glyphs
+                // Draw provided text with loaded font, containing all required codepoint glyphs
                 DrawTextEx(font, text, (Vector2) { 160, 110 }, 48, 5, BLACK);
                 DrawTextEx(font, text, (Vector2) { 160, 110 }, 48, 5, BLACK);
             }
             }