Explorar o código

Fix some common typos.

Konstantin Pavlov %!s(int64=13) %!d(string=hai) anos
pai
achega
a3e7deb4eb
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Headers/Public/VLCMedia.h

+ 1 - 1
Headers/Public/VLCMedia.h

@@ -64,7 +64,7 @@ typedef enum VLCMediaState
     VLCMediaStateNothingSpecial,        //< Nothing
     VLCMediaStateBuffering,             //< Stream is buffering
     VLCMediaStatePlaying,               //< Stream is playing
-    VLCMediaStateError,                 //< Can't be played because an error occured
+    VLCMediaStateError,                 //< Can't be played because an error occurred
 } VLCMediaState;
 
 /**