[gi-docgen: 1/3] gir: Fix typo
- From: Emmanuele Bassi <ebassi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gi-docgen: 1/3] gir: Fix typo
- Date: Wed, 1 Sep 2021 13:03:11 +0000 (UTC)
commit 9025a2b2ab7d4ba522bed30f3dd9c040c2187966
Author: Guido Günther <agx sigxcpu org>
Date: Mon Aug 9 18:05:42 2021 +0200
gir: Fix typo
gidocgen/gir/parser.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/gidocgen/gir/parser.py b/gidocgen/gir/parser.py
index 92b3cbf..d42615e 100644
--- a/gidocgen/gir/parser.py
+++ b/gidocgen/gir/parser.py
@@ -333,7 +333,7 @@ class GirParser:
ttype = child_type.attrib.get(_cns('type'))
tname = child_type.attrib.get('name')
if tname is None and ttype is not None:
- log.debug(f"Unnabled element type {ttype}")
+ log.debug(f"Unlabled element type {ttype}")
target = ast.Type(name=ttype.replace('*', ''), ctype=ttype)
if tname == 'none' and ttype == 'void':
target = ast.VoidType()
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]