Commit 9e3f60a
committed
DOC: Fix spelling mistakes detected by
Fix spelling mistakes detected by `codespell`.
Fixes:
```
./README.rst:77: difussion ==> diffusion
./src/nifreeze/testing/simulations.py:70: pricipal ==> principal
./src/nifreeze/registration/ants.py:392: initalizing ==> initializing
spellcheck: exit 65 (0.17 seconds) /home/runner/work/nifreeze/nifreeze> codespell . pid=1810
spellcheck: FAIL code 65 (0.27=setup[0.11]+cmd[0.17] seconds)
evaluation failed :( (0.34 seconds)
Error: Process completed with exit code 65.
```
raised for example in:
https://github.com/nipreps/nifreeze/actions/runs/12435719520/job/34722102640?pr=28#step:8:21codespell
1 parent e7010a2 commit 9e3f60a
File tree
3 files changed
+3
-3
lines changed- src/nifreeze
- registration
- testing
3 files changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
65 | | - | |
| 65 | + | |
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
389 | 389 | | |
390 | 390 | | |
391 | 391 | | |
392 | | - | |
| 392 | + | |
393 | 393 | | |
394 | 394 | | |
395 | 395 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
70 | | - | |
| 70 | + | |
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
| |||
0 commit comments