浏览代码

Fix some common typos.

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