diff options
| -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 |
