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;
 
 /**