[vlc-commits] Fix typo

Jean-Baptiste Kempf git at videolan.org
Sun Sep 22 18:48:05 CEST 2013


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sun Sep 22 12:27:27 2013 +0200| [e92de6bd533a5a4a00db6ea01c2a2f8819e088fb] | committer: Jean-Baptiste Kempf

Fix typo

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=e92de6bd533a5a4a00db6ea01c2a2f8819e088fb
---

 src/misc/objects.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/misc/objects.c b/src/misc/objects.c
index 8e75313..af02b6b 100644
--- a/src/misc/objects.c
+++ b/src/misc/objects.c
@@ -543,7 +543,7 @@ bool vlc_object_alive(vlc_object_t *obj)
 
 #undef vlc_list_children
 /**
- * Gets the list of children of an objects, and increment their reference
+ * Gets the list of children of an object, and increment their reference
  * count.
  * @return a list (possibly empty) or NULL in case of error.
  */



More information about the vlc-commits mailing list