Skip to content

Commit 172487d

Browse files
committed
committed fixesfrom code convention tool
1 parent cce2754 commit 172487d

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

.github/CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -113,4 +113,4 @@ These are some of the rules we try to follow:
113113
- Note that the Silicon Labs Open Source projects developers also have their regular duties, so depending on the required effort for reviewing, testing and clarification this may take a while
114114

115115
9. Once the change has been approved we will inform you in a comment
116-
10. We will close the pull request, feel free to delete the now obsolete branch
116+
10. We will close the pull request, feel free to delete the now obsolete branch

.github/workflows/01-CLA-Assistant.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
# branch should not be protected
3333
branch: 'debug'
3434
allowlist: silabs-*,bot*
35-
# the followings are the optional inputs - If the optional inputs are not given, then default values will be taken
35+
# the following are the optional inputs - If the optional inputs are not given, then default values will be taken
3636
remote-organization-name: "SiliconLabsInternal"
3737
remote-repository-name: "contributor-license-agreements"
3838
create-file-commit-message: "Created the CLA database file. CLA Assistant Lite bot created this file."

.github/workflows/04-TruffleHog-Security-Scan.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ jobs:
1616
- name: Secret Scanning
1717
uses: trufflesecurity/trufflehog@v3.84.0
1818
with:
19-
extra_args: --only-verified
19+
extra_args: --only-verified

CODE_OF_CONDUCT.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -140,4 +140,4 @@ For answers to common questions about this code of conduct, see the FAQ at
140140
[v2.1]: https://www.contributor-covenant.org/version/2/1/code_of_conduct.html
141141
[mozilla coc]: https://github.com/mozilla/diversity
142142
[faq]: https://www.contributor-covenant.org/faq
143-
[translations]: https://www.contributor-covenant.org/translations
143+
[translations]: https://www.contributor-covenant.org/translations

locator_ncp/create_bl_files.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,7 @@ def reformat_path(path):
382382

383383

384384
def check_util_exist(util_name, env):
385-
"""Check wether the selected utility exist
385+
"""Check whether the selected utility exist
386386
387387
Check if the selected utility exists in the system PATH.
388388
@@ -1134,7 +1134,7 @@ def main():
11341134
time.sleep(delay_display)
11351135
else:
11361136
time.sleep(delay_display)
1137-
# in this case the gbl generator function will check wether the key_gen really generated
1137+
# in this case the gbl generator function will check whether the key_gen really generated
11381138
# a valid signature key or not
11391139
SIGN_KEY_EXIST = key_gen(SIGN_N, encrypt_type='ecc-p256')
11401140
elif args.all or AUTO_KEYGEN:
@@ -1169,7 +1169,7 @@ def main():
11691169
time.sleep(delay_display)
11701170
else:
11711171
time.sleep(delay_display)
1172-
# in this case the gbl generator function will check wether the key_gen really generated
1172+
# in this case the gbl generator function will check whether the key_gen really generated
11731173
# a valid encryption key or not
11741174
ENCRYPT_KEY_EXIST = key_gen(ENCRYPT_N)
11751175
elif args.all or AUTO_KEYGEN:

0 commit comments

Comments
 (0)