Skip to content

Commit 465fd24

Browse files
committed
Fix typos
1 parent 73a6ba4 commit 465fd24

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

docs/accounts/account-create.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ After your password has been set, you will be redirected to a page where you log
3838

3939
![](../images/access/first-login.png)
4040

41-
From here you will need to set up [multi-factor authentification][ref-mfa-configure-otp] (MFA).
41+
From here you will need to set up [multi-factor authentication][ref-mfa-configure-otp] (MFA).
4242

4343
Once MFA has been configured, you will finally be redirected to the CSCS portal as shown:
4444

docs/services/firecrest.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Version 2 is faster, easier to use, and more efficient in resource management th
2121

2222
!!! warning "Deprecation notice"
2323
If you're using **version 1**, we recommend you to port your applications to use the new version.
24-
We will communicate soon the exact date of the decomission of version 1 (not before Quarter 4 of 2025).
24+
We will communicate soon the exact date of the decommissioning of version 1 (not before Quarter 4 of 2025).
2525

2626
=== "Version 2"
2727

docs/software/uenv/configure.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,6 @@ By default, uenv will generate color output according to the following:
5555
The default repo location for downloaded uenv images.
5656
The repo is selected according to the following process:
5757

58-
* if the `--repo` CLI arguement overrides
58+
* if the `--repo` CLI argument is given, use that setting
5959
* else if `repo` is set in the config file, use that setting
6060
* else use the default value of `$SCRATCH/.uenv-images`

docs/software/uenv/deploy.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -106,11 +106,11 @@ However, it is not desirable to build every recipe on every possible target syst
106106
For example:
107107

108108
* An ICON development environment would only be deployed on the weather and climate platform
109-
* A GROMACS recipe would not be deployed on the weather and climate platrofm
109+
* A GROMACS recipe would not be deployed on the weather and climate platform
110110
* Development builds only need to run on test and staging clusters
111111

112112
A YAML file `config.yaml` is maintained in the [github.com/eth-cscs/alps-uenv](https://github.com/eth-cscs/alps-uenv/blob/main/config.yaml) repository that maps
113-
recipes to deployed versions on mucroarchitectures.
113+
recipes to deployed versions on microarchitectures.
114114

115115
### Permissions
116116

@@ -215,13 +215,13 @@ However,
215215
* access to some packages is restricted by applying access rules to the package path
216216
* e.g. access to `uenv-sources/vasp` is restricted to members of the vasp6 group
217217

218-
Permissons to acces restricted resources is set on a per-pipeline basis
218+
Permissions to access restricted resources is set on a per-pipeline basis
219219

220220
* For example, only the `alps-uenv` pipeline has access to the VASP source code, while the [`uenv build`][ref-uenv-build] pipeline does not.
221221

222222
| Package | Access | Path | Notes | Contact |
223223
|---------|--------|------|-------| ------- |
224-
| `cray-mpich` | anonymous | `uenv-sources/cray-mpich` | `cray-mpich`, `cray-gtl`, `cray-pals`, `cray-mpi` | Simon Pintarelli, Benjamin Comming|
224+
| `cray-mpich` | anonymous | `uenv-sources/cray-mpich` | `cray-mpich`, `cray-gtl`, `cray-pals`, `cray-mpi` | Simon Pintarelli, Benjamin Cumming|
225225
| `namd` | `uenv-sources-csstaff` | `uenv-sources/namd` | NAMD requires an account to download the source code | Rocco Meli |
226226
| `vasp` | `vasp6`, `cscs-uenv-admin` | `uenv-sources/vasp` | VASP requires a paid license to access source | Simon Frasch |
227227
| `vmd` | `uenv-sources-csstaff` | `uenv-sources/vmd` | VMD requires an account to download the source code | Alberto Invernizzi |

docs/storage/filesystems.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ A daily process removes files that have not been **accessed (either read or writ
317317
!!! warning "Do not artificially update the access time of files"
318318
It is not allowed to automatically or artificially update the access time of files to avoid the cleanup policy, and CSCS scans for these activities.
319319

320-
Please move data to a file system that is suitable for persistant storage instead.
320+
Please move data to a file system that is suitable for persistent storage instead.
321321

322322
In addition to the automatic deletion of old files, if occupancy exceeds 60% the following steps are taken to maintain performance of the file system:
323323

0 commit comments

Comments
 (0)