Skip to content

Commit 6393a6e

Browse files
committed
fix spelling
1 parent 8a53ff5 commit 6393a6e

File tree

12 files changed

+12
-12
lines changed

12 files changed

+12
-12
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
260260
* [DOC] general doc update by [Remi-Gau](https://github.com/Remi-Gau) in [446](https://github.com/cpp-lln-lab/bidspm/pull/446)
261261
* [DOC] Add figures for some workflows by [Remi-Gau](https://github.com/Remi-Gau) in [463](https://github.com/cpp-lln-lab/bidspm/pull/463)
262262
* [DOC] adds link and references to other SPM material by [Remi-Gau](https://github.com/Remi-Gau) in [464](https://github.com/cpp-lln-lab/bidspm/pull/464)
263-
* [DOC] improve resuls doc and associated how to by [Remi-Gau](https://github.com/Remi-Gau) in [470](https://github.com/cpp-lln-lab/bidspm/pull/470)
263+
* [DOC] improve results doc and associated how to by [Remi-Gau](https://github.com/Remi-Gau) in [470](https://github.com/cpp-lln-lab/bidspm/pull/470)
264264
* [DOC] Misc doc updates by [Remi-Gau](https://github.com/Remi-Gau) in [484](https://github.com/cpp-lln-lab/bidspm/pull/484)
265265
* [DOC] update doc on how to filter files and what files gets upsampled by [Remi-Gau](https://github.com/Remi-Gau) in [494](https://github.com/cpp-lln-lab/bidspm/pull/494)
266266
* [DOC] update templates by [Remi-Gau](https://github.com/Remi-Gau) in [455](https://github.com/cpp-lln-lab/bidspm/pull/455)

demos/MoAE/moae_01_bids_app.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@
253253
"metadata": {},
254254
"outputs": [],
255255
"source": [
256-
"% for the stats we need to specifcy where the preprocessed data is\n",
256+
"% for the stats we need to specify where the preprocessed data is\n",
257257
"preproc_dir = fullfile(output_dir, 'bidspm-preproc');"
258258
]
259259
},

demos/MoAE/moae_01_bids_app.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@
132132

133133
% ## Stats
134134

135-
% for the stats we need to specifcy where the preprocessed data is;
135+
% for the stats we need to specify where the preprocessed data is;
136136
preproc_dir = fullfile(output_dir, 'bidspm-preproc');
137137

138138
% ### BIDS stats model

docs/source/examples/preprocess.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ target resolution: 1 mm;
3636
interpolation: 4th degree b-spline)
3737
using a unified segmentation.
3838

39-
The tissue propability maps generated by the segmentation
39+
The tissue probability maps generated by the segmentation
4040
were used to skullstripp the bias corrected image removing any voxel with
4141
p(gray matter) + p(white matter) + p(CSF) > 0.75.
4242

docs/source/examples/preprocess_citation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ target resolution: 1 mm;
3434
interpolation: 4th degree b-spline)
3535
using a unified segmentation.
3636

37-
The tissue propability maps generated by the segmentation
37+
The tissue probability maps generated by the segmentation
3838
were used to skullstripp the bias corrected image removing any voxel with
3939
p(gray matter) + p(white matter) + p(CSF) > 0.75.
4040

lib/utils/cprintf.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -621,7 +621,7 @@ function showDemo(majorVersion,minorVersion)
621621
'cprintf([1,0.5,0], ''and multi-\nline orange\n'');' 10];
622622
if boldFlag
623623
% In R2011b+ the internal bug that causes the need for an extra space
624-
% is apparently fixed, so we must insert the sparator spaces manually...
624+
% is apparently fixed, so we must insert the separator spaces manually...
625625
% On the other hand, 2011b enables *bold* format
626626
s = [s 'cprintf(''*blue'', ''and *bold* (R2011b+ only)\n'');' 10];
627627
s = strrep(s, ''')',' '')');

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ addopts = "-ra -vv"
100100

101101
[tool.codespell]
102102
skip = "*.tsv,*.json,*.nii*,*.js,*.svg,*.eps,*.log,.git,env,build,lib,options,outputs,inputs,bids-examples,stats_model,coverage_html,stats.md,preprocess.md,ds001734"
103-
ignore-words-list = "fo,te,als,ane,nin,fot,fwe,commun"
103+
ignore-words-list = "fo,te,als,ane,nin,fot,fwe,commun,ons"
104104
builtin = "clear,rare"
105105

106106
[tool.coverage.run]

src/batches/setBatchReorient.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
% :param images:
1717
% :type images: cell string
1818
%
19-
% :param reorientMatrix: 4 X 4 transformation matric or .mat file containing
19+
% :param reorientMatrix: 4 X 4 transformation matrix or .mat file containing
2020
% a ``transformationMatrix`` variable
2121
%
2222
% :param prefix:

src/messages/bidspmHelp.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@ function bidspmHelp()
343343
% quality controls into a single 4D image.
344344
% :type ignore: cell string
345345
%
346-
% :param concatenate: will contatenate the beta images of the
346+
% :param concatenate: will concatenate the beta images of the
347347
% conditions of interest convolved by an HRF.
348348
% :type concatenate: logical
349349
%
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
The tissue propability maps generated by the segmentation
1+
The tissue probability maps generated by the segmentation
22
were used to skullstripp the bias corrected image removing any voxel with
33
p(gray matter) + p(white matter) + p(CSF) > {{threshold}}.

src/stats/results/renamePngCsvResults.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
function renamedFiles = renamePngCsvResults(opt, result, ext, subLabel)
22
%
3-
% Rename the reuslts png and csv files to a bids friendly filename.
3+
% Rename the results png and csv files to a bids friendly filename.
44
%
55
% USAGE::
66
%

src/stats/results/renameSpmT.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
function renameSpmT(result)
22
%
3-
% Rename the reuslts spmT (theresholed or binarized) outputted in GLM.
3+
% Rename the results spmT (theresholed or binarized) outputted in GLM.
44
%
55
% USAGE::
66
%

0 commit comments

Comments
 (0)