]> git.sesse.net Git - vlc/commitdiff
typo
authorRémi Denis-Courmont <rem@videolan.org>
Wed, 18 Apr 2007 17:25:37 +0000 (17:25 +0000)
committerRémi Denis-Courmont <rem@videolan.org>
Wed, 18 Apr 2007 17:25:37 +0000 (17:25 +0000)
include/vlc_stream.h

index 6f02e8b5cbb436620f9be7120519029b3b4f8a6b..901ed84d7ec42fab69c2fc160b4b6fc24b8b914f 100644 (file)
@@ -175,7 +175,7 @@ static inline int stream_Seek( stream_t *s, int64_t i_pos )
 
 /**
  * Read "i_size" bytes and store them in a block_t. If less than "i_size"
- * bytes are available then return what is left and if nothing is availble,
+ * bytes are available then return what is left and if nothing is available,
  * return NULL.
  */
 static inline block_t *stream_Block( stream_t *s, int i_size )