summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--gobject/pygobject.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gobject/pygobject.h b/gobject/pygobject.h
index 2115b34..7274bc5 100644
--- a/gobject/pygobject.h
+++ b/gobject/pygobject.h
@@ -276,7 +276,7 @@ struct _PyGObject_Functions *_PyGObject_API;
} \
} else { \
PyErr_SetString(PyExc_ImportError, \
- "could not import gobject._gobjet"); \
+ "could not import gobject._gobject"); \
return; \
} \
} G_STMT_END