Skip to content

Commit d4bd30c

Browse files
committed
feed the spell checker
1 parent 2657567 commit d4bd30c

File tree

3 files changed

+12
-10
lines changed

3 files changed

+12
-10
lines changed

.github/actions/spelling/allow.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -275,6 +275,7 @@ quasiparticles
275275
quickstart
276276
recv
277277
rgw
278+
ritom
278279
ripgrep
279280
rocm
280281
rowspan
@@ -301,6 +302,7 @@ sshservice
301302
stackinator
302303
stakeholders
303304
stdexec
305+
sqlite
304306
subfolders
305307
subtable
306308
subtables

docs/software/uenv/management.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ To view all uenv that are available and ready to run, use the `uenv image ls` co
139139
prgenv-nvfortran/24.11:v1 gh200 daint d2afc254383cef20 8,703 2025-01-30
140140
```
141141

142-
You can apply flters, for example show only uenv with the name `prgenv-gnu`:
142+
You can apply filters, for example show only uenv with the name `prgenv-gnu`:
143143

144144
```console
145145
$ uenv image ls prgenv-gnu
@@ -216,7 +216,7 @@ To add a uenv SquashFS file to a repo, so that it can be used with a [label][ref
216216
[](){#ref-uenv-repo}
217217
## Repositories
218218

219-
A repository is a directory that contains an sqlite databse `index.db` in the root, and an `images` sub-directory that contains the individual uenv that have been downloaded in directories.
219+
A repository is a directory that contains an sqlite database `index.db` in the root, and an `images` sub-directory that contains the individual uenv that have been downloaded in directories.
220220

221221
```
222222
repo
@@ -233,7 +233,7 @@ repo
233233
### Creating and using repositories
234234

235235
A repo will automatically be created in your [Scratch path][ref-storage-scratch] attached to the cluster you are on when you first use uenv.
236-
This _default repo_ is used by all calls to uenv, unless it is overriden using the options in this section.
236+
This _default repo_ is used by all calls to uenv, unless it is overridden using the options in this section.
237237

238238
!!! question "Where is my repo?"
239239
The Scratch filystem used depends on the cluster:
@@ -263,7 +263,7 @@ Note that the `--repo` flag goes between `uenv` and the command, `image ls` in t
263263

264264
The `uenv repo status` command provides information about a repository.
265265
By default, `uenv repo status` will print information about the default repo.
266-
To get the status of a diferent repo, provide it as an optional argument:
266+
To get the status of a different repo, provide it as an optional argument:
267267

268268
The information provided includes:
269269

@@ -273,7 +273,7 @@ The information provided includes:
273273

274274
Warnings are printed if:
275275

276-
* the repo is on a Lustre file system and contains unstriped imges;
276+
* the repo is on a Lustre file system and contains unstriped images;
277277
* the repo is in inconsistent state;
278278
* or, if the repo database needs updating.
279279

@@ -288,7 +288,7 @@ If a warning is printed, it is possible to fix the issues by running the [`repo
288288
[](){#ref-uenv-repo-update}
289289
### `uenv repo update`
290290

291-
The repo update comand can upgrade or fix issues in a repository, if needed.
291+
The repo update command can upgrade or fix issues in a repository, if needed.
292292
Currently two updates are applied:
293293

294294
- apply Lustre striping if the repo is on a Lustre file system and no striping has already been applied;
@@ -339,7 +339,7 @@ If only one argument is passed, the default repo is used as the source.
339339
If migration is cancelled by the user, or by a system issue, it can be resumed with the same command, which will continue from where the migration was when canceled.
340340

341341
!!! note
342-
In December 2025 the Scratch filesystem on Daint and Eiger will be moved to a newly-installed filesytem called Ritom.
342+
In December 2025 the Scratch filesystem on Daint and Eiger will be moved to a newly-installed filesystem called Ritom.
343343

344344
When the transition occurs, you will see a warning message like the following:
345345
```

docs/software/uenv/using.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -184,9 +184,9 @@ The image can be a [label][ref-uenv-labels], the hash/id of the uenv, or a file:
184184

185185
!!! warning "do not use `uenv start` in scripts or `~/.bashrc`"
186186
The `uenv start` command is only for creating interactive environments, because it creates an interactive shell.
187-
For Slurm jobs, and use inside scripts, uset the `uenv run` and Slurm integration.
187+
For Slurm jobs, and use inside scripts, use the `uenv run` and Slurm integration.
188188

189-
Because uenv start and run executbe commands in a new environment, they [can't be used in bashrc][ref-guides-terminal-bashrc] to configure your environment during login.
189+
Because uenv start and run execute commands in a new environment, they [can't be used in bashrc][ref-guides-terminal-bashrc] to configure your environment during login.
190190
See our guide for creating [convenient custom environments][ref-uenv-customenv] with uenv for alternatives to `module load` in your `~/.basrhc`.
191191

192192

@@ -339,7 +339,7 @@ Each uenv can provide more than one view.
339339
The [`modules`][ref-uenv-views-modules] and [`spack`][ref-uenv-views-spack] are standard views provided by nearly all uenv.
340340

341341
To find a list of the views in a uenv, use the `uenv status` command when the uenv is running.
342-
This is a little bit incovenient, and we will add a command for finding the views in a uenv without having to run it.
342+
This is a little bit inconvenient, and we will add a command for finding the views in a uenv without having to run it.
343343

344344
!!! example "listing views in a uenv"
345345
Use the following `uenv run` trick to list the views in a uenv:

0 commit comments

Comments
 (0)