pkgs: fix typos

This commit is contained in:
danjujan
2024-10-25 15:18:18 +02:00
committed by Mic92
parent 7caa868ecb
commit 75ffb4436e
10 changed files with 15 additions and 15 deletions

View File

@@ -105,7 +105,7 @@ class GObjApi:
for m_name, m_signature in fn_signatures.items():
if m_name not in overwrite_fns:
continue
# check if the signature of the overriden method matches
# check if the signature of the overridden method matches
# the implementation signature
exp_args = []
exp_return = m_signature.return_annotation