Skip to content

Commit 91fa3c7

Browse files
committed
[DATALAD RUNCMD] chore: run codespell throughout fixing a few typos interactively
=== Do not change lines below === { "chain": [], "cmd": "codespell -w -i 3 -C 4", "exit": 0, "extra_inputs": [], "inputs": [], "outputs": [], "pwd": "." } ^^^ Do not change lines above ^^^
1 parent dc062c7 commit 91fa3c7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

LICENSES/AGPL-3.0-or-later.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -440,7 +440,7 @@ of its contributor version.
440440

441441
In the following three paragraphs, a "patent license" is any express agreement
442442
or commitment, however denominated, not to enforce a patent (such as an express
443-
permission to practice a patent or covenant not to s ue for patent infringement).
443+
permission to practice a patent or covenant not to sue for patent infringement).
444444
To "grant" such a patent license to a party means to make such an agreement
445445
or commitment not to enforce a patent against the party.
446446

check_translations.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
# get all i18n string files
2828
i18nfiles = glob.glob(f"{basedir}/*.json")
2929

30-
# Interate through translation files and check their completeness
30+
# Iterate through translation files and check their completeness
3131
for trans in i18nfiles:
3232
lang = os.path.splitext(os.path.basename(trans))[0]
3333

0 commit comments

Comments
 (0)