summaryrefslogtreecommitdiff
path: root/giscanner/gdumpparser.py
diff options
context:
space:
mode:
authorDieter Verfaillie <dieterv@optionexplicit.be>2013-08-06 22:13:52 +0200
committerDieter Verfaillie <dieterv@optionexplicit.be>2013-10-08 20:54:11 +0200
commitb8835443531fd1b5b00d72e566780c589a90cec9 (patch)
tree1df6a8f5adc9a3dc1960e933a15d76ae19d6e01a /giscanner/gdumpparser.py
parent9caabe68c8e53d51c2f3cae59673a2fbc54afa5f (diff)
downloadgobject-introspection-b8835443531fd1b5b00d72e566780c589a90cec9.tar.gz
giscanner: fix typo
Diffstat (limited to 'giscanner/gdumpparser.py')
-rw-r--r--giscanner/gdumpparser.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/giscanner/gdumpparser.py b/giscanner/gdumpparser.py
index 0f537ea9..e5490b1b 100644
--- a/giscanner/gdumpparser.py
+++ b/giscanner/gdumpparser.py
@@ -297,7 +297,7 @@ blob containing data gleaned from GObject's primitive introspection."""
(ns, name) = self._transformer.split_csymbol(get_type)
assert ns is self._namespace
if name in ('get_type', '_get_gtype'):
- message.fatal("""The GObject name %r isn't compatibile
+ message.fatal("""The GObject name %r isn't compatible
with the configured identifier prefixes:
%r
The class would have no name. Most likely you want to specify a