[vlc-commits] include: fix typos
Rémi Denis-Courmont
git at videolan.org
Sun Jun 14 18:05:00 CEST 2015
vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Sun Jun 14 17:56:03 2015 +0300| [c2fa7f2e005c247e9f975b49335829001a517f15] | committer: Rémi Denis-Courmont
include: fix typos
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=c2fa7f2e005c247e9f975b49335829001a517f15
---
include/vlc_aout.h | 2 +-
include/vlc_http.h | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/include/vlc_aout.h b/include/vlc_aout.h
index 032157f..b6546ab 100644
--- a/include/vlc_aout.h
+++ b/include/vlc_aout.h
@@ -267,7 +267,7 @@ static inline void aout_MuteReport(audio_output_t *aout, bool mute)
/**
* Report audio policy status.
- * \parm cork true to request a cork, false to undo any pending cork.
+ * \param cork true to request a cork, false to undo any pending cork.
*/
static inline void aout_PolicyReport(audio_output_t *aout, bool cork)
{
diff --git a/include/vlc_http.h b/include/vlc_http.h
index ab04a8a..14d2fe5 100644
--- a/include/vlc_http.h
+++ b/include/vlc_http.h
@@ -87,8 +87,8 @@ VLC_API bool vlc_http_cookies_append( vlc_http_cookie_jar_t * p_jar, const char
/**
* Returns a cookie value that match the given URL.
*
- * @params p_jar a cookie jar
- * @params p_url the URL for which the cookies are returned
+ * @param p_jar a cookie jar
+ * @param p_url the URL for which the cookies are returned
* @return A string consisting of semicolon-separated cookie NAME=VALUE pairs.
*/
VLC_API char *vlc_http_cookies_for_url( vlc_http_cookie_jar_t * p_jar, const vlc_url_t * p_url );
More information about the vlc-commits
mailing list