summaryrefslogtreecommitdiff
path: root/glib
diff options
context:
space:
mode:
authorCarlos Garcia Campos <carlosgc@gnome.org>2008-08-21 20:14:50 +0200
committerCarlos Garcia Campos <carlosgc@gnome.org>2008-08-21 20:14:50 +0200
commita2b0aefedbdb20ce0ef8398a700202021fcf00db (patch)
treef27e1451d0cb4655a4c4b60905ce682554fd58a2 /glib
parent9e563d6d877624b1caf82ac30c5ae30a1eb48f21 (diff)
[glib-demo] Fix typo
Diffstat (limited to 'glib')
-rw-r--r--glib/demo/attachments.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/glib/demo/attachments.c b/glib/demo/attachments.c
index 6c7b919e..4324e947 100644
--- a/glib/demo/attachments.c
+++ b/glib/demo/attachments.c
@@ -260,10 +260,10 @@ pgd_attachments_validate_button_clicked (GtkButton *button,
if (valid) {
message_dialog_run (GTK_WINDOW (gtk_widget_get_toplevel (GTK_WIDGET (treeview))),
- "Attacment is valid");
+ "Attachment is valid");
} else {
message_dialog_run (GTK_WINDOW (gtk_widget_get_toplevel (GTK_WIDGET (treeview))),
- "Attacment is not valid: the checksum does not match");
+ "Attachment is not valid: the checksum does not match");
}
g_free (digest);