glib/demo/attachments.c |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit a2b0aefedbdb20ce0ef8398a700202021fcf00db
Author: Carlos Garcia Campos <[EMAIL PROTECTED]>
Date:   Thu Aug 21 20:14:50 2008 +0200

    [glib-demo] Fix typo

diff --git a/glib/demo/attachments.c b/glib/demo/attachments.c
index 6c7b919..4324e94 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);
_______________________________________________
poppler mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/poppler

Reply via email to