Improve spelling.

The groundwork here is thanks to kunda1.

Fixes: lp:1831510
* https://bugs.launchpad.net/kicad/+bug/1831510
This commit is contained in:
Jeff Young
2019-08-20 19:14:05 +01:00
parent baeb3689b5
commit a25368cc6b
63 changed files with 132 additions and 164 deletions
@@ -435,7 +435,7 @@ class netlist():
self._curr_element = None
# component blacklist regexs, made from exluded_* above.
# component blacklist regexs, made from excluded_* above.
self.excluded_references = []
self.excluded_values = []
self.excluded_footprints = []
@@ -569,7 +569,7 @@ class netlist():
Omit those that should not, by consulting the blacklists:
excluded_values, excluded_refs, and excluded_footprints, which hold one
or more regular expressions. If any of the the regular expressions match
the corresponding field's value in a component, then the component is exluded.
the corresponding field's value in a component, then the component is excluded.
"""
# pre-compile all the regex expressions: