Browse Source

sokol_spine.h: fix a comment typo

Andre Weissflog 2 years ago
parent
commit
b3aecb2182
1 changed files with 1 additions and 1 deletions
  1. 1 1
      util/sokol_spine.h

+ 1 - 1
util/sokol_spine.h

@@ -868,7 +868,7 @@
 
 
     If no custom logger is provided, verbose default logging goes to stderr
     If no custom logger is provided, verbose default logging goes to stderr
     (this means you won't see any logging messages on Android, or on Windows
     (this means you won't see any logging messages on Android, or on Windows
-    unless the problem is attached to a terminal!).
+    unless the process is attached to a terminal!).
 
 
     Eventually there will be a more luxurious sokol_log.h header, which will
     Eventually there will be a more luxurious sokol_log.h header, which will
     provide more control over logging, also on Windows or Android.
     provide more control over logging, also on Windows or Android.