]> git.sesse.net Git - vlc/blobdiff - modules/stream_out/smem.c
s/informations/information/
[vlc] / modules / stream_out / smem.c
index c4ef2e1009b912d068e37349ba0334eca04c6265..e8bca937e927f5ee15482473bfdf4d4d37db5b8f 100644 (file)
@@ -32,7 +32,7 @@
  * For example, you can use smem as it :
  * --sout="#transcode{vcodec=RV24,acodec=s16l}:smem{smem-options}"
  *
- * Into each lock function (audio and video), you will have all the informations
+ * Into each lock function (audio and video), you will have all the information
  * you need to allocate a buffer, so that this module will copy data in it.
  *
  * the video-data and audio-data pointers will be passed to lock/unlock function