Commit d77f1ab1 authored by Rocky Bernstein's avatar Rocky Bernstein

Spelling.

parent d9c981cf
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
* item.c : Playlist item functions * item.c : Playlist item functions
***************************************************************************** *****************************************************************************
* Copyright (C) 1999-2001 VideoLAN * Copyright (C) 1999-2001 VideoLAN
* $Id: item.c,v 1.6 2003/12/04 16:02:54 sam Exp $ * $Id: item.c,v 1.7 2003/12/05 01:52:11 rocky Exp $
* *
* Authors: Samuel Hocevar <sam@zoy.org> * Authors: Samuel Hocevar <sam@zoy.org>
* *
...@@ -51,8 +51,8 @@ int playlist_Add( playlist_t *p_playlist, const char *psz_target, ...@@ -51,8 +51,8 @@ int playlist_Add( playlist_t *p_playlist, const char *psz_target,
* \param p_playlist the playlist to add into * \param p_playlist the playlist to add into
* \param psz_uri the mrl to add to the playlist * \param psz_uri the mrl to add to the playlist
* \param psz_name a text giving a name or description of this item * \param psz_name a text giving a name or description of this item
* \param i_duration a hint about the duration of this item, in miliseconds, or * \param i_duration a hint about the duration of this item, in milliseconds,
* -1 if unknown. * or -1 if unknown.
* \param ppsz_options array of options * \param ppsz_options array of options
* \param i_options number of items in ppsz_options * \param i_options number of items in ppsz_options
* \param i_mode the mode used when adding * \param i_mode the mode used when adding
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment