Skip to content

Commit 3a6bee5

Browse files
authored
Fix typos in setup.py (canonical#1059)
1 parent 150fd30 commit 3a6bee5

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -171,10 +171,10 @@ def render_tmpl(template, mode=None):
171171
cpe_data = f.read().rstrip().split(':')
172172

173173
if cpe_data[1] == "\o": # noqa: W605
174-
# URI formated CPE
174+
# URI formatted CPE
175175
inc = 0
176176
else:
177-
# String formated CPE
177+
# String formatted CPE
178178
inc = 1
179179
(cpe_vendor, cpe_product, cpe_version) = cpe_data[2+inc:5+inc]
180180
if cpe_vendor == "amazon":
@@ -238,7 +238,7 @@ def finalize_options(self):
238238
continue
239239
self.distribution.data_files.append(
240240
(INITSYS_ROOTS[k], INITSYS_FILES[k]))
241-
# Force that command to reinitalize (with new file list)
241+
# Force that command to reinitialize (with new file list)
242242
self.distribution.reinitialize_command('install_data', True)
243243

244244

tools/.github-cla-signers

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ BirknerAlex
1414
bmhughes
1515
candlerb
1616
cawamata
17+
cclauss
1718
ciprianbadescu
1819
citrus-it
1920
dankenigsberg

0 commit comments

Comments
 (0)