[gtkmm-documentation] Fixed typo in string



commit 0293a3ad7ab13dfc5c0dff961bbf1197cbda9cef
Author: Daniel Mustieles <daniel mustieles gmail com>
Date:   Tue Mar 20 16:18:37 2012 +0100

    Fixed typo in string

 docs/tutorial/C/gtkmm-tutorial-in.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/docs/tutorial/C/gtkmm-tutorial-in.xml b/docs/tutorial/C/gtkmm-tutorial-in.xml
index 677c489..0b5f683 100644
--- a/docs/tutorial/C/gtkmm-tutorial-in.xml
+++ b/docs/tutorial/C/gtkmm-tutorial-in.xml
@@ -326,7 +326,7 @@ The next line:
 
 <programlisting>Glib::RefPtr&lt;Gtk::Application&gt; app = Gtk::Application::create(argc, argv, "org.gtkmm.examples.base");</programlisting>
 
-creates a <classname>Gtk::Applicaiton</classname> object, stored in a <classname>RefPtr</classname> smartpointer. This is needed in all &gtkmm;
+creates a <classname>Gtk::Application</classname> object, stored in a <classname>RefPtr</classname> smartpointer. This is needed in all &gtkmm;
 applications. The create() method for this object initializes &gtkmm;, and checks the
 arguments passed to your application on the command line, looking for
 standard options such as <literal>-display</literal>. It takes these from the argument list, leaving anything it does not



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