From 8ac2f4f798012203d770049eb4a4374a3c5390ed Mon Sep 17 00:00:00 2001 From: Christophe Giboudeaux Date: Tue, 13 Jul 2021 22:35:29 +0200 Subject: Fix typos found by codespell GIT_SILENT --- find-modules/sip_generator.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'find-modules/sip_generator.py') diff --git a/find-modules/sip_generator.py b/find-modules/sip_generator.py index b8418649..548d798b 100644 --- a/find-modules/sip_generator.py +++ b/find-modules/sip_generator.py @@ -286,7 +286,7 @@ class SipGenerator(object): pass elif is_copy_constructor(member) or is_default_constructor(member): # - # ...we need to pass private copy contructors to the SIP compiler. + # ...we need to pass private copy constructors to the SIP compiler. # pass else: -- cgit v1.2.1