diff options
author | Cosimo Cecchi <cosimoc@gnome.org> | 2012-10-15 11:32:56 -0400 |
---|---|---|
committer | Cosimo Cecchi <cosimoc@gnome.org> | 2012-10-15 11:32:56 -0400 |
commit | 10ead8a9d75386a7210f3e3fa6ae704721871e9e (patch) | |
tree | d2d110bf434a00e52d9cf902ab728767293e1096 /gtk/a11y | |
parent | 5465d89380066c602e0c3e6bb092a0f8e3e08181 (diff) | |
download | gtk+-10ead8a9d75386a7210f3e3fa6ae704721871e9e.tar.gz |
a11y: fix the build
Fix a typo introduced in 0ad379708f79dbff916b1fcd431d3e3114bf8e25
Diffstat (limited to 'gtk/a11y')
-rw-r--r-- | gtk/a11y/gtkcontainercellaccessible.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/a11y/gtkcontainercellaccessible.c b/gtk/a11y/gtkcontainercellaccessible.c index 8ce249b3c7..9e360a48db 100644 --- a/gtk/a11y/gtkcontainercellaccessible.c +++ b/gtk/a11y/gtkcontainercellaccessible.c @@ -168,7 +168,7 @@ _gtk_container_cell_accessible_remove_child (GtkContainerCellAccessible *contain } GList * -_gtk_conainer_cell_accessible_get_children (GtkContainerCellAccessible *container) +_gtk_container_cell_accessible_get_children (GtkContainerCellAccessible *container) { g_return_val_if_fail (GTK_IS_CONTAINER_CELL_ACCESSIBLE (container), NULL); |