diff --git a/docs/reference/gobject/tut_gsignal.xml b/docs/reference/gobject/tut_gsignal.xml
index 9ab4b6f89..8dc7d85a5 100644
--- a/docs/reference/gobject/tut_gsignal.xml
+++ b/docs/reference/gobject/tut_gsignal.xml
@@ -159,9 +159,9 @@ g_cclosure_marshal_VOID__INT (GClosure *closure,
wrote a generic Python marshaller which is used by all python Closures (a python closure
is used to have python-based callback be invoked by the closure invocation process).
This python marshaller transforms the input GValue list representing the function
- parameters into a Python tupple which is the equivalent structure in python (you can
+ parameters into a Python tuple which is the equivalent structure in python (you can
look in pyg_closure_marshal in pygtype.c
- in the pygtk module in Gnome cvs server).
+ in the pygobject module in Gnome cvs server).