]> Pileus Git - ~andy/gtk/commitdiff
Bug 562817 – Typo in GtkDialog
authorPaul Bolle <pebolle@tiscali.nl>
Sun, 30 Nov 2008 23:49:29 +0000 (23:49 +0000)
committerPaul Bolle <pebolle@src.gnome.org>
Sun, 30 Nov 2008 23:49:29 +0000 (23:49 +0000)
2008-12-01  Paul Bolle  <pebolle@tiscali.nl>

Bug 562817 – Typo in GtkDialog

* gtk/gtkdialog.c: Fix typo

svn path=/trunk/; revision=21836

ChangeLog
gtk/gtkdialog.c

index 2da18d3a9b3b4e8651ea36423f6a0a786b6f4cda..4dfa9959cbf6e5684307e7cfc6349ebf2eec0bb8 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2008-12-01  Paul Bolle  <pebolle@tiscali.nl>
+
+       Bug 562817 – GtkDialog: typo
+
+       * gtk/gtkdialog.c: Fix typo
+
 2008-11-29  Matthias Clasen  <mclasen@redhat.com>
 
        Bug 554453 – "typeahead find" widget of GtkTreeView appears on 
index ab7cd625d0b887b68857459ebd03d5c22e45b590..05be93fad8200a9560d83044943bff7b4f59d05d 100644 (file)
@@ -172,7 +172,7 @@ gtk_dialog_class_init (GtkDialogClass *class)
    *
    * The ::close signal is a 
    * <link linkend="keybinding-signals">keybinding signal</link>
-   * which getrs emitted when the user uses a keybinding to close
+   * which gets emitted when the user uses a keybinding to close
    * the dialog.
    *
    * The default binding for this signal is the Escape key.