summaryrefslogtreecommitdiff
path: root/gst/gstobject.c
diff options
context:
space:
mode:
authorSebastian Rasmussen <sebras@hotmail.com>2013-12-07 15:40:32 +0100
committerTim-Philipp Müller <tim@centricular.com>2013-12-07 17:09:39 +0000
commite8ecf3c407e6733232013fafc52af8c98e931bc6 (patch)
tree4c6c36f3163902aba3f6cd6f750238df8471aace /gst/gstobject.c
parente7f514efbc32646b86024de4d42aa120de52d971 (diff)
downloadgstreamer-e8ecf3c407e6733232013fafc52af8c98e931bc6.tar.gz
Fix some typos in code comments and debug messages
https://bugzilla.gnome.org/show_bug.cgi?id=720029
Diffstat (limited to 'gst/gstobject.c')
-rw-r--r--gst/gstobject.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/gstobject.c b/gst/gstobject.c
index dae18712c3..915d862e4d 100644
--- a/gst/gstobject.c
+++ b/gst/gstobject.c
@@ -921,7 +921,7 @@ gst_object_get_path_string (GstObject * object)
path = g_strdup ("");
/* first walk the object hierarchy to build a list of the parents,
- * be carefull here with refcounting. */
+ * be careful here with refcounting. */
do {
if (GST_IS_OBJECT (object)) {
parent = gst_object_get_parent (object);