aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2010-03-10 08:53:23 -0600
committerTed Gould <ted@gould.cx>2010-03-10 08:53:23 -0600
commit578278b70ad04700c4bb6da62b489606c27fabb6 (patch)
tree8f9e51fd781378018585ffe538b687c5529143a5
parent9206192fdffc7a3db5dadb0c50ecb8883fd23b8e (diff)
parentffe464a75f028d5efb8be49d03bd60c8dd176970 (diff)
downloadlibdbusmenu-578278b70ad04700c4bb6da62b489606c27fabb6.tar.gz
libdbusmenu-578278b70ad04700c4bb6da62b489606c27fabb6.tar.bz2
libdbusmenu-578278b70ad04700c4bb6da62b489606c27fabb6.zip
Typo
-rw-r--r--libdbusmenu-glib/menuitem.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libdbusmenu-glib/menuitem.c b/libdbusmenu-glib/menuitem.c
index a2d2682..28d3134 100644
--- a/libdbusmenu-glib/menuitem.c
+++ b/libdbusmenu-glib/menuitem.c
@@ -459,7 +459,7 @@ take_children_signal (gpointer data, gpointer user_data)
While the name sounds devious that's exactly what this function
does. It takes the list of children from the @mi and clears the
- internal list. The calling function is no in charge of the ref's
+ internal list. The calling function is now in charge of the ref's
on the children it has taken. A lot of responsibility involved
in taking children.