Procházet zdrojové kódy

sokol_app.h: fix a comment typo

Andre Weissflog před 3 roky
rodič
revize
fd4b8ff96b
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      sokol_app.h

+ 1 - 1
sokol_app.h

@@ -373,7 +373,7 @@
 
         bool sapp_mouse_shown(void)
 
-    NOTE that hiding the mouse cursor is different and indepedent from
+    NOTE that hiding the mouse cursor is different and independent from
     the MOUSE/POINTER LOCK feature which will also hide the mouse pointer when
     active (MOUSE LOCK is described below).