gtk+ r21549 - in trunk: . docs/tutorial



Author: cdywan
Date: Tue Sep 30 01:29:26 2008
New Revision: 21549
URL: http://svn.gnome.org/viewvc/gtk+?rev=21549&view=rev

Log:
2008-09-30  Christian Dywan  <christian imendio com>

	Fix a typo in the tutorial.

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

Modified:
   trunk/ChangeLog
   trunk/docs/tutorial/gtk-tut.sgml

Modified: trunk/docs/tutorial/gtk-tut.sgml
==============================================================================
--- trunk/docs/tutorial/gtk-tut.sgml	(original)
+++ trunk/docs/tutorial/gtk-tut.sgml	Tue Sep 30 01:29:26 2008
@@ -8246,7 +8246,7 @@
 
 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



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]