summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Blake <eblake@redhat.com>2019-02-07 14:51:49 -0600
committerEric Blake <eblake@redhat.com>2019-02-07 14:52:09 -0600
commit5301118fd1659882c24f1487313be53fcd3bf0fd (patch)
treeb313e015eeb6b7e1eaa8720cf7095f98e2a715f2
parent26fd22c00496701da61f0051372f05138ae2b85d (diff)
downloadlibvirt-python-5301118fd1659882c24f1487313be53fcd3bf0fd.tar.gz
generator.py: typo fix
Signed-off-by: Eric Blake <eblake@redhat.com>
-rwxr-xr-xgenerator.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/generator.py b/generator.py
index 6cb923f..ffa3ce5 100755
--- a/generator.py
+++ b/generator.py
@@ -1095,7 +1095,7 @@ def is_python_noninteger_type (name):
return name[-1:] == "*"
def nameFixup(name, classe, type, file):
- # avoid a desastrous clash
+ # avoid a disastrous clash
listname = classe + "List"
ll = len(listname)
l = len(classe)