X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=include%2Fvlc%2Flibvlc.h;fp=include%2Fvlc%2Flibvlc.h;h=8541768ff5f03c7b71e9d68eca7e4e950aec86b0;hb=fdc455adc812cf9b02ae40c8bd47a1a261a32ce6;hp=dbc70d272e33ef380cd7364b8252328da9307c6a;hpb=2d268697cdb889a102c580e12e1e1fdfd8f9db6b;p=vlc diff --git a/include/vlc/libvlc.h b/include/vlc/libvlc.h index dbc70d272e..8541768ff5 100644 --- a/include/vlc/libvlc.h +++ b/include/vlc/libvlc.h @@ -89,21 +89,21 @@ VLC_PUBLIC_API const char *libvlc_errmsg (void); /** * Clears the LibVLC error status for the current thread. This is optional. - * By default, the error status is automatically overriden when a new error + * By default, the error status is automatically overridden when a new error * occurs, and destroyed when the thread exits. */ VLC_PUBLIC_API void libvlc_clearerr (void); /** * Sets the LibVLC error status and message for the current thread. - * Any previous error is overriden. + * Any previous error is overridden. * \return a nul terminated string in any case */ const char *libvlc_vprinterr (const char *fmt, va_list ap); /** * Sets the LibVLC error status and message for the current thread. - * Any previous error is overriden. + * Any previous error is overridden. * \return a nul terminated string in any case */ const char *libvlc_printerr (const char *fmt, ...);