[gtkmm-documentation] Fixed typo in string
- From: Daniel Mustieles GarcÃa <dmustieles src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtkmm-documentation] Fixed typo in string
- Date: Tue, 20 Mar 2012 15:18:43 +0000 (UTC)
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<Gtk::Application> 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 >kmm;
+creates a <classname>Gtk::Application</classname> object, stored in a <classname>RefPtr</classname> smartpointer. This is needed in all >kmm;
applications. The create() method for this object initializes >kmm;, 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]