diff options
author | Ted Gould <ted@gould.cx> | 2010-03-10 08:53:23 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-03-10 08:53:23 -0600 |
commit | 578278b70ad04700c4bb6da62b489606c27fabb6 (patch) | |
tree | 8f9e51fd781378018585ffe538b687c5529143a5 | |
parent | 9206192fdffc7a3db5dadb0c50ecb8883fd23b8e (diff) | |
parent | ffe464a75f028d5efb8be49d03bd60c8dd176970 (diff) | |
download | libdbusmenu-578278b70ad04700c4bb6da62b489606c27fabb6.tar.gz libdbusmenu-578278b70ad04700c4bb6da62b489606c27fabb6.tar.bz2 libdbusmenu-578278b70ad04700c4bb6da62b489606c27fabb6.zip |
Typo
-rw-r--r-- | libdbusmenu-glib/menuitem.c | 2 |
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. |