[seed] Fix typo in mapping documentation. Gtk.Main->Gtk.main



commit 95a0ad67a741c1c26be0fd78124689f6b3f75860
Author: Robert Carr <racarr svn gnome org>
Date:   Sat Apr 25 17:14:30 2009 -0400

    Fix typo in mapping documentation. Gtk.Main->Gtk.main
---
 doc/mapping/mapping.html.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/doc/mapping/mapping.html.in b/doc/mapping/mapping.html.in
index 5405b99..308ebbf 100644
--- a/doc/mapping/mapping.html.in
+++ b/doc/mapping/mapping.html.in
@@ -36,7 +36,7 @@ When passing enums in to functions, the enum will be checked (to ensure it is in
 
 <div class="section">Toplevel Functions</div>
 <p>
-Toplevel library functions are mapped exactly as you would expect, with <span style="color:#ef2929">gtk</span>_<span style="color:#729fcf">main</span> mapping to <span style="color:#ef2929">Gtk</span>.<span style="color:#729fcf">Main</span>.
+Toplevel library functions are mapped exactly as you would expect, with <span style="color:#ef2929">gtk</span>_<span style="color:#729fcf">main</span> mapping to <span style="color:#ef2929">Gtk</span>.<span style="color:#729fcf">main</span>.
 </p>
 <div class="section">Constants</div>
 Constants are placed directly on the namespace, with the same casing as present in the C library.



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