Skip to content

Commit 397a280

Browse files
committed
Fix more typos
1 parent 12712d0 commit 397a280

File tree

4 files changed

+8
-5
lines changed

4 files changed

+8
-5
lines changed

.github/actions/spelling/allow.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,8 @@ prioritised
124124
proactively
125125
pytorch
126126
quickstart
127+
runtime
128+
runtimes
127129
santis
128130
sbatch
129131
screenshot
@@ -140,6 +142,7 @@ subtables
140142
supercomputing
141143
superlu
142144
sysadmin
145+
tarball
143146
tcl
144147
tcsh
145148
testuser

docs/running/slurm.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Refer to the [Quick Start User Guide](https://slurm.schedmd.com/quickstart.html)
1919

2020
- :fontawesome-solid-mountain-sun: __Node sharing__
2121

22-
Guides on how to effectively use all resouces on nodes by running more than one job per node.
22+
Guides on how to effectively use all resources on nodes by running more than one job per node.
2323

2424
[:octicons-arrow-right-24: Node sharing][ref-slurm-sharing]
2525

docs/services/cicd.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -783,7 +783,7 @@ This is the clone URL of the registered project, i.e. this is not the clone URL
783783
### `ARCH`
784784
value: `x86_64` or `aarch64`
785785

786-
This is the architecture of the runner. It is either an ARM64 machine, i.e. `aarch64`, or a traditinal `x86_64` machine.
786+
This is the architecture of the runner. It is either an ARM64 machine, i.e. `aarch64`, or a traditional `x86_64` machine.
787787

788788

789789
## Runners reference
@@ -867,7 +867,7 @@ The value must be a valid JSON array, where each entry is a string.
867867

868868
It is almost always correct to wrap the full value in single-quotes.
869869

870-
It is also possible to define the argument's values as an entry in `variables`, and then reference in `DOCKER_BUILD_ARGS` only the variables that you want to expose to the build process, i.e. sth like this:
870+
It is also possible to define the argument's values as an entry in `variables`, and then reference in `DOCKER_BUILD_ARGS` only the variables that you want to expose to the build process, i.e. something like this:
871871
```yaml
872872
my job:
873873
extends: .container-builder-cscs-gh200
@@ -987,7 +987,7 @@ This tag is mandatory.
987987
##### `GIT_STRATEGY`
988988
Optional variable, default is `none`
989989

990-
This is a [default Gitlab variable](https://docs.gitlab.com/ee/ci/runners/configure_runners.html#git-strategy), but mentioned here explicitly, because very often you do not need to clone the repository sourcecode when you run your containerized application.
990+
This is a [default Gitlab variable](https://docs.gitlab.com/ee/ci/runners/configure_runners.html#git-strategy), but mentioned here explicitly, because very often you do not need to clone the repository source code when you run your containerized application.
991991

992992
The default is `none`, and you must explicitly set it to `fetch` or `clone` to fetch the source code by the runner.
993993

docs/software/container-engine/run.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ Directories outside a container can be *mounted* inside a container so that the
205205
!!! note
206206
The source (before `:`) should be present on the cluster: the destination (after `:`) doesn't have to be inside the container.
207207

208-
See [the EDF reference][ref-ce-edf-reference] for the full specifiction of the `mounts` EDF entry.
208+
See [the EDF reference][ref-ce-edf-reference] for the full specification of the `mounts` EDF entry.
209209

210210

211211
[](){#ref-ce-run-mounting-squashfs}

0 commit comments

Comments
 (0)