Konstantin Pavlov пре 13 година
родитељ
комит
a3e7deb4eb
1 измењених фајлова са 1 додато и 1 уклоњено
  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;
 
 /**