diff m_property.h @ 18283:67d35fe89c8d

Fix most of the mistakes pointed out by Diego.
author albeu
date Tue, 25 Apr 2006 18:48:53 +0000
parents 96568be4bfdc
children 75327b24e06f
line wrap: on
line diff
--- a/m_property.h	Tue Apr 25 18:46:19 2006 +0000
+++ b/m_property.h	Tue Apr 25 18:48:53 2006 +0000
@@ -61,7 +61,7 @@
 /// Returned on error.
 #define M_PROPERTY_ERROR             0
 
-/// \brief Returned when the property can't be used, for ex something about
+/// \brief Returned when the property can't be used, for example something about
 /// the subs while playing audio only
 #define M_PROPERTY_UNAVAILABLE      -1
 
@@ -90,7 +90,7 @@
 
 /// Print the current value of a property.
 /** \param prop The property.
- *  \return A newly allocated string with current value or NULL on error.
+ *  \return A newly allocated string with the current value or NULL on error.
  */
 char* m_property_print(m_option_t* prop);
 
@@ -105,7 +105,7 @@
 void m_properties_print_help_list(m_option_t* list);
 
 /// Expand a property string.
-/** This function allow to print strings containing property values.
+/** This function allows to print strings containing property values.
  *  ${NAME} is expanded to the value of property NAME or an empty
  *  string in case of error. $(NAME:STR) expand STR only if the property
  *  NAME is available.