Explorar o código

examples/core/core_custom_logging.c: Fix typo (#2692)

hartmannathan %!s(int64=2) %!d(string=hai) anos
pai
achega
c1b4881e8a
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      examples/core/core_custom_logging.c

+ 1 - 1
examples/core/core_custom_logging.c

@@ -18,7 +18,7 @@
 #include <stdio.h>                  // Required for: fopen(), fclose(), fputc(), fwrite(), printf(), fprintf(), funopen()
 #include <time.h>                   // Required for: time_t, tm, time(), localtime(), strftime()
 
-// Custom logging funtion
+// Custom logging function
 void CustomLog(int msgType, const char *text, va_list args)
 {
     char timeStr[64] = { 0 };