Skip to content

Commit

Permalink
Fix all typos to make test suite happy
Browse files Browse the repository at this point in the history
  • Loading branch information
Micket committed Oct 18, 2023
1 parent 03891cb commit cdd8b78
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 40 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
uses: codespell-project/actions-codespell@master
with:
check_filenames: true
ignore_words_list: atleast,ninjs,simpy,proovread,namd,precice,crate
ignore_words_list: atleast,ninjs,simpy,proovread,namd,precice,crate,ake
# filter out
# docs/js/asciinema-player-2.6.1.js as it is not markdown
# version-specific/supported-software.md as the software descriptions have spelling errors
Expand Down
2 changes: 1 addition & 1 deletion docs/removed-functionality.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ fittingly named `use_fma4` parameter in EasyBuild v3.2.0.
- *alternatives*: **use** `extract_cmd` **key in Python dictionary
format instead**

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

Instead, a Python dictionary containing the `filename` and `extract_cmd`
Expand Down
Loading

0 comments on commit cdd8b78

Please sign in to comment.