From 3dac66a8c3db00cc6dc695541fb02bd6820edce9 Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Sat, 9 Oct 2021 06:42:27 +0200 Subject: [PATCH 1/2] Fix typos --- setup.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.py b/setup.py index 6e463bf8411..58fddf0f2a5 100755 --- a/setup.py +++ b/setup.py @@ -171,10 +171,10 @@ def render_tmpl(template, mode=None): cpe_data = f.read().rstrip().split(':') if cpe_data[1] == "\o": # noqa: W605 - # URI formated CPE + # URI formatted CPE inc = 0 else: - # String formated CPE + # String formatted CPE inc = 1 (cpe_vendor, cpe_product, cpe_version) = cpe_data[2+inc:5+inc] if cpe_vendor == "amazon": @@ -238,7 +238,7 @@ def finalize_options(self): continue self.distribution.data_files.append( (INITSYS_ROOTS[k], INITSYS_FILES[k])) - # Force that command to reinitalize (with new file list) + # Force that command to reinitialize (with new file list) self.distribution.reinitialize_command('install_data', True) From ff87c96124f490d2f7cd30e046e08ab89e7e8e6b Mon Sep 17 00:00:00 2001 From: James Falcon Date: Tue, 19 Oct 2021 23:07:21 -0500 Subject: [PATCH 2/2] Add cclauss to .github-cla-signers file --- tools/.github-cla-signers | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/.github-cla-signers b/tools/.github-cla-signers index 4b7ccb9fb0b..99f7d99c297 100644 --- a/tools/.github-cla-signers +++ b/tools/.github-cla-signers @@ -14,6 +14,7 @@ BirknerAlex bmhughes candlerb cawamata +cclauss ciprianbadescu citrus-it dankenigsberg