summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Finlay <finlay@src.gnome.org>2006-08-12 02:16:12 +0000
committerJohn Finlay <finlay@src.gnome.org>2006-08-12 02:16:12 +0000
commit6696433efa28bca9942ccc3b3b6e8f521cb26a6e (patch)
treef728bf63b6fe7bf0f646374e5bb3dbdb75975978
parent24f05dbdcb71156d1b48537b564bac9ca8b1765a (diff)
downloadpygtk-6696433efa28bca9942ccc3b3b6e8f521cb26a6e.tar.gz
Fix typos
* Fix typos
-rw-r--r--docs/reference/pygtk-gtkaction.xml2
-rw-r--r--docs/reference/pygtk-gtkwidget.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/reference/pygtk-gtkaction.xml b/docs/reference/pygtk-gtkaction.xml
index 24472d18..498a2897 100644
--- a/docs/reference/pygtk-gtkaction.xml
+++ b/docs/reference/pygtk-gtkaction.xml
@@ -1068,7 +1068,7 @@ method for more information.</para>
linkend="class-gtkactiongroup"><classname>gtk.ActionGroup</classname></link>:</para>
<programlisting>
- actiongroup_add_action(MenuToolAction("my_menutoolaction", "_MTB_label",
+ actiongroup.add_action(MenuToolAction("my_menutoolaction", "_MTB_label",
"do something", None))
</programlisting>
diff --git a/docs/reference/pygtk-gtkwidget.xml b/docs/reference/pygtk-gtkwidget.xml
index 490e1f8f..a24e023f 100644
--- a/docs/reference/pygtk-gtkwidget.xml
+++ b/docs/reference/pygtk-gtkwidget.xml
@@ -6418,7 +6418,7 @@ method.</para>
</note>
<para>The <methodname>get_activate_signal</methodname>() method
- returns the anem of the signal that is emitted when the widget is
+ returns the name of the signal that is emitted when the widget is
activated for example by a call to the <link
linkend="method-gtkwidget--activate"><methodname>activate</methodname>()</link>
method. See the <link