summaryrefslogtreecommitdiffstats
path: root/playtreeparser.h
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-04-27 13:22:23 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-04-27 13:22:23 +0000
commita2fdc1955ce2711cd04e6583fc21bc039bdc6d08 (patch)
tree4e8a105346758cc2b5472d9f39d2ab5fae6e16ee /playtreeparser.h
parent9e6de98c11511c950080a63cd9c305ade6f684f9 (diff)
downloadmpv-a2fdc1955ce2711cd04e6583fc21bc039bdc6d08.tar.bz2
mpv-a2fdc1955ce2711cd04e6583fc21bc039bdc6d08.tar.xz
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
Diffstat (limited to 'playtreeparser.h')
-rw-r--r--playtreeparser.h6
1 files changed, 3 insertions, 3 deletions
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.
*/