From abf1cd67e2e522963dae6f2ed72a50e66b0c391f Mon Sep 17 00:00:00 2001 From: Kenneth Hoste Date: Wed, 18 Dec 2024 14:42:26 +0100 Subject: [PATCH] fix typo --- docs/easybuild-v5/release-candidates.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/easybuild-v5/release-candidates.md b/docs/easybuild-v5/release-candidates.md index 625fe1531..5ce1bca91 100644 --- a/docs/easybuild-v5/release-candidates.md +++ b/docs/easybuild-v5/release-candidates.md @@ -27,7 +27,7 @@ This includes (but is not limited to): - **Python >= 3.6** is required to run EasyBuild (Python >= 3.9 is recommended); - using **Lmod >= v8.0** or **Environment Modules v4.3.0** is required as modules tool (check with `module --version`); - a new function named `run_shell_cmd` is used to run shell commands like `cmake`, `make`, `pip`, etc. (more info [here](run_shell_cmd.md)); -- the **default settting of some configuration options has changed**: +- the **default setting of some configuration options has changed**: - **RPATH linking** is used by default (can be disabled with `--disable-rpath`); - **trace output** is enabled by default (can be disabled with `--disable-trace`); - Lua module files generated by EasyBuild will by default: