]> Pileus Git - ~andy/gtk/commitdiff
docs: Fix typo
authorFlorian Müllner <fmuellner@gnome.org>
Thu, 20 Jan 2011 11:29:17 +0000 (12:29 +0100)
committerFlorian Müllner <fmuellner@gnome.org>
Thu, 20 Jan 2011 11:29:17 +0000 (12:29 +0100)
s/gtk_builder_add_From_file/gtk_builder_add_from_file

docs/reference/gtk/getting_started.xml

index 3f8293c3e96fd869cd3a27317539a8fce89bad01..13cf36ac8c81569bc86eb46c5c4922ceebe92b1d 100644 (file)
     GtkWidget*.</para>
 
     <para>Normally, you would pass a full path to
-    gtk_builder_add_From_file() to make the execution of your program
+    gtk_builder_add_from_file() to make the execution of your program
     independent of the current directory. A common location to install
     UI descriptions and similar data is
     <filename>/usr/share/<replaceable>appname</replaceable></filename>.