summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohan Dahlin <johan@src.gnome.org>2006-04-11 20:18:36 +0000
committerJohan Dahlin <johan@src.gnome.org>2006-04-11 20:18:36 +0000
commit2b30a70e7b7d2111910ebbf76750bdefe51381ff (patch)
tree8487996a2723b22c991d7ed0f630417f0bf9543a
parentfa4192fd9a063c63370c14ecc7f0aeaabe03e33c (diff)
downloadpygobject-2b30a70e7b7d2111910ebbf76750bdefe51381ff.tar.gz
pygobject-2b30a70e7b7d2111910ebbf76750bdefe51381ff.tar.xz
pygobject-2b30a70e7b7d2111910ebbf76750bdefe51381ff.zip
typo
-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