Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix all typos to make test suite happy #214

Merged
merged 1 commit into from
Oct 18, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
2 changes: 1 addition & 1 deletion docs/version-specific/eb-help.md
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ Option flag |Option
``--optarch=OPTARCH`` |Set architecture optimization, overriding native architecture optimizations
``--output-format=OUTPUT-FORMAT`` |Set output format (type choice; default: txt) (choices: md, rst, txt)
``--output-style=OUTPUT-STYLE`` |Control output style; auto implies using Rich if available to produce rich output, with fallback to basic colored output (type choice; default: auto) (choices: auto, basic, no_color, rich)
``--parallel=PARALLEL`` |Specify (maximum) level of parallellism used during build procedure (type int)
``--parallel=PARALLEL`` |Specify (maximum) level of parallelism used during build procedure (type int)
``--parallel-extensions-install`` |Install list of extensions in parallel (if supported) (default: False)
``--pre-create-installdir`` |Create installation directory before submitting build jobs (default: True; disable with --disable-pre-create-installdir)
``-p, --pretend`` |Does the build/installation in a test directory located in $HOME/easybuildinstall (default: False)
Expand Down
Loading