[vlc-commits] Fix grammar

Rémi Denis-Courmont git at videolan.org
Fri Aug 12 14:33:05 CEST 2016


vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Wed Aug 10 14:02:40 2016 +0300| [9e3dac1010c0f1605b4c1e0dab1962c0341420fc] | committer: Rémi Denis-Courmont

Fix grammar

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=9e3dac1010c0f1605b4c1e0dab1962c0341420fc
---

 include/vlc/libvlc.h | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/include/vlc/libvlc.h b/include/vlc/libvlc.h
index 78600be..9aee00b 100644
--- a/include/vlc/libvlc.h
+++ b/include/vlc/libvlc.h
@@ -146,8 +146,9 @@ LIBVLC_API const char *libvlc_printerr (const char *fmt, ...);
  * even if it is not, in principles, necessary.
  *
  * On Microsoft Windows Vista/2008, the process error mode
- * SEM_FAILCRITICALERRORS flag <b>must</b> with the SetErrorMode() function
- * before using LibVLC. On later versions, it is optional and unnecessary.
+ * SEM_FAILCRITICALERRORS flag <b>must</b> be set with the SetErrorMode()
+ * function before using LibVLC. On later versions, it is optional and
+ * unnecessary.
  *
  * \version
  * Arguments are meant to be passed from the command line to LibVLC, just like



More information about the vlc-commits mailing list