summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnders Jonsson <anders.jonsson@norsjovallen.se>2014-12-15 15:58:44 +0100
committerMatthias Clasen <mclasen@redhat.com>2015-12-01 06:22:13 -0500
commit9453da66c7fa867759630208845f97f4d183f519 (patch)
tree5e7fb09fd877171fddecd8dce333c60ddbef5cb3
parentbe97b72da2c26498f274c20a12eef1f1532ebc70 (diff)
downloadglade-9453da66c7fa867759630208845f97f4d183f519.tar.gz
Fix a typo
https://bugzilla.gnome.org/show_bug.cgi?id=741552
-rw-r--r--plugins/gtk+/glade-gtk-container.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/gtk+/glade-gtk-container.c b/plugins/gtk+/glade-gtk-container.c
index 0c92e838..fe9f9b88 100644
--- a/plugins/gtk+/glade-gtk-container.c
+++ b/plugins/gtk+/glade-gtk-container.c
@@ -55,7 +55,7 @@ glade_gtk_container_add_verify (GladeWidgetAdaptor *adaptor,
if (user_feedback)
glade_util_ui_message (glade_app_get_window (),
GLADE_UI_INFO, NULL,
- _("Cannot add a toplevel window to a containter."));
+ _("Cannot add a toplevel window to a container."));
return FALSE;
}