diff options
| author | Johan Dahlin <johan@src.gnome.org> | 2006-04-11 20:18:36 +0000 |
|---|---|---|
| committer | Johan Dahlin <johan@src.gnome.org> | 2006-04-11 20:18:36 +0000 |
| commit | 2b30a70e7b7d2111910ebbf76750bdefe51381ff (patch) | |
| tree | 8487996a2723b22c991d7ed0f630417f0bf9543a | |
| parent | fa4192fd9a063c63370c14ecc7f0aeaabe03e33c (diff) | |
| download | pygobject-2b30a70e7b7d2111910ebbf76750bdefe51381ff.tar.gz pygobject-2b30a70e7b7d2111910ebbf76750bdefe51381ff.tar.xz pygobject-2b30a70e7b7d2111910ebbf76750bdefe51381ff.zip | |
typo
| -rw-r--r-- | gobject/pygobject.h | 2 |
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 |
