From a2fdc1955ce2711cd04e6583fc21bc039bdc6d08 Mon Sep 17 00:00:00 2001 From: diego Date: Thu, 27 Apr 2006 13:22:23 +0000 Subject: spelling/grammar/wording fixes in doxygen and non-doxygen comments git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18317 b3059339-0415-0410-9bf9-f77b7e298cf2 --- playtreeparser.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'playtreeparser.h') diff --git a/playtreeparser.h b/playtreeparser.h index f038ea332c..a8bcf1dbd7 100644 --- a/playtreeparser.h +++ b/playtreeparser.h @@ -2,8 +2,8 @@ /// \defgroup PlaytreeParser Playtree parser /// \ingroup Playtree /// -/// The playtree parser allow to read various playlist formats. It read from -/// stream allowing to handle playlist from local files and the network. +/// The playtree parser allows to read various playlist formats. It reads from +/// a stream allowing to handle playlists from local files and the network. ///@{ /// \file @@ -22,7 +22,7 @@ typedef struct play_tree_parser { /// Create a new parser. /** \param stream The stream to read from. - * \param deep Parser depth. Some format allow including other files, + * \param deep Parser depth. Some formats allow including other files, * this is used to track the inclusion depth. * \return The new parser. */ -- cgit v1.2.3