Skip to content

Commit 12712d0

Browse files
authored
Fix typos (#189)
Also: only check changed files for spelling.
1 parent fdad4c9 commit 12712d0

File tree

3 files changed

+12
-6
lines changed

3 files changed

+12
-6
lines changed

.github/actions/spelling/allow.txt

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,9 @@ CHARMM
1010
CHF
1111
COSMA
1212
CPE
13-
cpe
1413
CPMD
15-
CSCS
1614
CWP
1715
CXI
18-
capstor
1916
Ceph
2017
Containerfile
2118
DNS
@@ -46,7 +43,6 @@ HPCP
4643
HPE
4744
HSN
4845
Hartree
49-
iopsstor
5046
Jax
5147
Jira
5248
Keycloak
@@ -101,23 +97,32 @@ acl
10197
biomolecular
10298
bristen
10399
bytecode
100+
capstor
104101
clariden
105102
concretise
106103
concretizer
107104
containerised
105+
cpe
106+
cscs
108107
customised
109108
diagonalisation
110109
eiger
111110
filesystems
112111
groundstate
112+
ijulia
113113
inodes
114+
iopsstor
114115
lexer
115116
libfabric
117+
miniconda
118+
mpi
116119
multitenancy
120+
nsight
117121
podman
118-
prioritised
119122
prgenv
123+
prioritised
120124
proactively
125+
pytorch
121126
quickstart
122127
santis
123128
sbatch

.github/workflows/spelling.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ jobs:
3333
suppress_push_for_open_pull_request: ${{ github.actor != 'dependabot[bot]' && 1 }}
3434
checkout: true
3535
check_file_names: 0
36+
only_check_changed_files: 1
3637
post_comment: 1
3738
use_magic_file: 1
3839
warnings: bad-regex,binary-file,deprecated-feature,large-file,limited-references,no-newline-at-eof,noisy-file,non-alpha-in-dictionary,token-is-substring,unexpected-line-ending,whitespace-in-dictionary,minified-file,unsupported-configuration,no-files-to-check

docs/access/jupyterlab.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ To run Julia code in Jupyter notebooks, you can use the provided uenv for this l
148148
!!! important "pass a [`julia`][ref-uenv-julia] uenv and the view `jupyter`."
149149

150150
When Julia is first used within Jupyter, IJulia and one or more Julia kernel need to be installed.
151-
Type the following command in a shell within JupyterHub to install IJulia, the default Julia kernel and, on systems whith Nvidia GPUs, a Julia kernel running under Nvidia Nsight Systems:
151+
Type the following command in a shell within JupyterHub to install IJulia, the default Julia kernel and, on systems with Nvidia GPUs, a Julia kernel running under Nvidia Nsight Systems:
152152
```bash
153153
install_ijulia
154154
```

0 commit comments

Comments
 (0)