diff options
Diffstat (limited to 'gladeui/glade-placeholder.c')
-rw-r--r-- | gladeui/glade-placeholder.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gladeui/glade-placeholder.c b/gladeui/glade-placeholder.c index ced5b92b..03d40351 100644 --- a/gladeui/glade-placeholder.c +++ b/gladeui/glade-placeholder.c @@ -27,8 +27,8 @@ * @Short_Description: A #GtkWidget to fill empty places. * * Generally in Glade, container widgets are implemented with #GladePlaceholder - * children to allow users to 'click' and add thier widgets to a container. - * It is the responsability of the plugin writer to create placeholders for + * children to allow users to 'click' and add their widgets to a container. + * It is the responsibility of the plugin writer to create placeholders for * container widgets where appropriate; usually in #GladePostCreateFunc * when the #GladeCreateReason is %GLADE_CREATE_USER. */ |