diff options
author | Christophe Giboudeaux <christophe@krop.fr> | 2021-07-13 22:35:29 +0200 |
---|---|---|
committer | Christophe Giboudeaux <christophe@krop.fr> | 2021-07-13 22:35:29 +0200 |
commit | 8ac2f4f798012203d770049eb4a4374a3c5390ed (patch) | |
tree | 6d4c118216a6a655c75cd7350c06fb52263747dd /find-modules | |
parent | 2a39f0b235c242592ae6658f33e7fc7b547f8c6d (diff) | |
download | extra-cmake-modules-8ac2f4f798012203d770049eb4a4374a3c5390ed.tar.gz extra-cmake-modules-8ac2f4f798012203d770049eb4a4374a3c5390ed.tar.bz2 |
Fix typos found by codespell
GIT_SILENT
Diffstat (limited to 'find-modules')
-rwxr-xr-x | find-modules/rules_engine.py | 2 | ||||
-rw-r--r-- | find-modules/sip_generator.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/find-modules/rules_engine.py b/find-modules/rules_engine.py index b9e9dedd..a2781cb9 100755 --- a/find-modules/rules_engine.py +++ b/find-modules/rules_engine.py @@ -812,7 +812,7 @@ class RuleSet(object): """ To implement your own binding, create a subclass of RuleSet, also called RuleSet in your own Python module. Your subclass will expose the raw rules - along with other ancilliary data exposed through the subclass methods. + along with other ancillary data exposed through the subclass methods. You then simply run the SIP generation and SIP compilation programs passing in the name of your rules file 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: |