Skip to content

Commit

Permalink
include: fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
Rémi Denis-Courmont committed Jun 14, 2015
1 parent 9efeee0 commit c2fa7f2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion include/vlc_aout.h
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down
4 changes: 2 additions & 2 deletions include/vlc_http.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 );
Expand Down

0 comments on commit c2fa7f2

Please sign in to comment.