Fix a typo in the tutorial.

2008-09-30  Christian Dywan  <christian@imendio.com>

	Fix a typo in the tutorial.

	* docs/tutorial/gtk-tut.sgml: It's mnemonic, not 'mnemnonic'.

svn path=/trunk/; revision=21549
This commit is contained in:
Christian Dywan 2008-09-30 01:29:26 +00:00 committed by Christian Dywan
parent 1c8da0ca75
commit 885dd3ef6a
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
2008-09-30 Christian Dywan <christian@imendio.com>
Fix a typo in the tutorial.
* docs/tutorial/gtk-tut.sgml: It's mnemonic, not 'mnemnonic'.
2008-09-29 Matthias Clasen <mclasen@redhat.com>
Bug 553086 hard to see current immodule

View File

@ -8246,7 +8246,7 @@ GtkWidget *gtk_menu_item_new( void );
GtkWidget *gtk_menu_item_new_with_label( const char *label );
GtkWidget *gtk_menu_item_new_with_mnemnonic( const char *label );
GtkWidget *gtk_menu_item_new_with_mnemonic( const char *label );
</programlisting>
<para>These calls are used to create the menu items that are to be