docs: Fix typo

s/gtk_builder_add_From_file/gtk_builder_add_from_file
This commit is contained in:
Florian Müllner 2011-01-20 12:29:17 +01:00
parent de6580b38d
commit 497b66a5ab

View File

@ -218,7 +218,7 @@
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>.