Skip to content

Commit cdd8b78

Browse files
committed
Fix all typos to make test suite happy
1 parent 03891cb commit cdd8b78

File tree

3 files changed

+40
-40
lines changed

3 files changed

+40
-40
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
uses: codespell-project/actions-codespell@master
2323
with:
2424
check_filenames: true
25-
ignore_words_list: atleast,ninjs,simpy,proovread,namd,precice,crate
25+
ignore_words_list: atleast,ninjs,simpy,proovread,namd,precice,crate,ake
2626
# filter out
2727
# docs/js/asciinema-player-2.6.1.js as it is not markdown
2828
# version-specific/supported-software.md as the software descriptions have spelling errors

docs/removed-functionality.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ fittingly named `use_fma4` parameter in EasyBuild v3.2.0.
5050
- *alternatives*: **use** `extract_cmd` **key in Python dictionary
5151
format instead**
5252

53-
Specyfing a custom extraction command for a particular source file by
53+
Specifying a custom extraction command for a particular source file by
5454
using a 2-element tuple in `sources` is no longer supported.
5555

5656
Instead, a Python dictionary containing the `filename` and `extract_cmd`

0 commit comments

Comments
 (0)