Skip to content

Commit 841386e

Browse files
Fix typos found by codespell
1 parent 9f4d660 commit 841386e

10 files changed

Lines changed: 28 additions & 28 deletions

File tree

docs/javascripts/BibTex-0.1.2.js

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
* 2. Output parsed BibTex entries as HTML, RTF, or BibTex.
7575
*
7676
*
77-
* The following usage instructions have been copyed and adapted from the PHP instructions located
77+
* The following usage instructions have been copied and adapted from the PHP instructions located
7878
* at http://pear.php.net/manual/en/package.structures.structures-bibtex.intro.php
7979
* Introduction
8080
* --------------
@@ -143,7 +143,7 @@
143143
* Author
144144
* ------
145145
* As described before the authors are stored in a list. Every entry
146-
* representing one author as a has table. The hash table consits of four
146+
* representing one author as a has table. The hash table consists of four
147147
* keys: first, von, last and jr. The keys are explained in the following
148148
* list:
149149
*
@@ -934,7 +934,7 @@ BibTex.prototype = {
934934
}
935935
*/
936936
/**
937-
* Parses what is stored in content and clears the content if the parsing is successfull+
937+
* Parses what is stored in content and clears the content if the parsing is successful+
938938
*
939939
* @access public
940940
* @return boolean true on success and PEAR_Error if there was a problem
@@ -1045,8 +1045,8 @@ BibTex.prototype = {
10451045
* then you don have to worry about memory+
10461046
* Then the last ',' is searched and the field extracted from that+
10471047
* Again the entry is shortened+
1048-
* Finally after all field:value pairs the cite and type is extraced and the
1049-
* authors are splitted+
1048+
* Finally after all field:value pairs the cite and type is extracted and the
1049+
* authors are split+
10501050
* If there is a problem false is returned+
10511051
*
10521052
* @access private
@@ -1171,7 +1171,7 @@ BibTex.prototype = {
11711171
if (0 != open) {
11721172
ret = false;
11731173
}
1174-
//There is still the posibility that the entry is delimited by double quotes+
1174+
//There is still the possibility that the entry is delimited by double quotes+
11751175
//Then it is possible that the braces are equal even if the '=' is in an equation+
11761176
if (ret) {
11771177
entrycopy = trim(entry);
@@ -1229,7 +1229,7 @@ BibTex.prototype = {
12291229
var ret = false;
12301230
var opening = array_keys(this._delimiters);
12311231
var closing = array_values(this._delimiters);
1232-
//Getting the value (at is only allowd in values)
1232+
//Getting the value (at is only allowed in values)
12331233
if (strrpos(entry,'=') !== false) {
12341234
position = strrpos(entry, '=');
12351235
proceed = true;
@@ -1626,7 +1626,7 @@ BibTex.prototype = {
16261626
/**
16271627
* Returns the author formatted
16281628
*
1629-
* The Author is formatted as setted in the authorstring
1629+
* The Author is formatted as set in the authorstring
16301630
*
16311631
* @access private
16321632
* @param array array Author array
@@ -1864,4 +1864,4 @@ BibTex.prototype = {
18641864
ret += "</p>\n";
18651865
return ret;
18661866
}
1867-
};
1867+
};

docs/javascripts/bib-list-min.js

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/javascripts/bib-list.js

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
* 2. Output parsed BibTex entries as HTML, RTF, or BibTex.
7575
*
7676
*
77-
* The following usage instructions have been copyed and adapted from the PHP instructions located
77+
* The following usage instructions have been copied and adapted from the PHP instructions located
7878
* at http://pear.php.net/manual/en/package.structures.structures-bibtex.intro.php
7979
* Introduction
8080
* --------------
@@ -143,7 +143,7 @@
143143
* Author
144144
* ------
145145
* As described before the authors are stored in a list. Every entry
146-
* representing one author as a has table. The hash table consits of four
146+
* representing one author as a has table. The hash table consists of four
147147
* keys: first, von, last and jr. The keys are explained in the following
148148
* list:
149149
*
@@ -934,7 +934,7 @@ BibTex.prototype = {
934934
}
935935
*/
936936
/**
937-
* Parses what is stored in content and clears the content if the parsing is successfull+
937+
* Parses what is stored in content and clears the content if the parsing is successful+
938938
*
939939
* @access public
940940
* @return boolean true on success and PEAR_Error if there was a problem
@@ -1045,8 +1045,8 @@ BibTex.prototype = {
10451045
* then you don have to worry about memory+
10461046
* Then the last ',' is searched and the field extracted from that+
10471047
* Again the entry is shortened+
1048-
* Finally after all field:value pairs the cite and type is extraced and the
1049-
* authors are splitted+
1048+
* Finally after all field:value pairs the cite and type is extracted and the
1049+
* authors are split+
10501050
* If there is a problem false is returned+
10511051
*
10521052
* @access private
@@ -1171,7 +1171,7 @@ BibTex.prototype = {
11711171
if (0 != open) {
11721172
ret = false;
11731173
}
1174-
//There is still the posibility that the entry is delimited by double quotes+
1174+
//There is still the possibility that the entry is delimited by double quotes+
11751175
//Then it is possible that the braces are equal even if the '=' is in an equation+
11761176
if (ret) {
11771177
entrycopy = trim(entry);
@@ -1229,7 +1229,7 @@ BibTex.prototype = {
12291229
var ret = false;
12301230
var opening = array_keys(this._delimiters);
12311231
var closing = array_values(this._delimiters);
1232-
//Getting the value (at is only allowd in values)
1232+
//Getting the value (at is only allowed in values)
12331233
if (strrpos(entry,'=') !== false) {
12341234
position = strrpos(entry, '=');
12351235
proceed = true;
@@ -1626,7 +1626,7 @@ BibTex.prototype = {
16261626
/**
16271627
* Returns the author formatted
16281628
*
1629-
* The Author is formatted as setted in the authorstring
1629+
* The Author is formatted as set in the authorstring
16301630
*
16311631
* @access private
16321632
* @param array array Author array
@@ -2890,4 +2890,4 @@ var bibtexify = (function($) {
28902890
$.get(bibsrc, callbackHandler, "text");
28912891
}
28922892
};
2893-
})(jQuery);
2893+
})(jQuery);

docs/javascripts/menu_script.js

100755100644
File mode changed.

qap/anatomical_preproc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ def anatomical_reorient_workflow(workflow, resource_pool, config, name="_"):
88
- This is a seminal workflow that can only take an input directly from
99
disk (i.e. no Nipype workflow connections/pointers, and this is where
1010
the pipeline will actually begin). For the sake of building the
11-
pipeine in reverse, if this workflow is called when there is no input
11+
pipeline in reverse, if this workflow is called when there is no input
1212
file available, this function will return the unmodified workflow and
1313
resource pool directly back.
1414
- In conjunction with the other workflow-building functions, if this

qap/bids_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ def bids_retrieve_params(bids_config_dict, f_dict, dbg=False):
8585
using the bids_parse_configs function
8686
:param f_dict: Dictionary built from the name of a file in the BIDS
8787
format. This is built using the bids_decode_fname by splitting on
88-
"-" and "_" delimeters
88+
"-" and "_" delimiters
8989
:param dbg: boolean flag that indicates whether or not debug statements
9090
should be printed, defaults to "False"
9191
:return: returns a dictionary that contains the BIDS parameters

qap/functional_preproc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ def func_preproc_workflow(workflow, resource_pool, config, name="_"):
4343
- This is a seminal workflow that can only take an input directly from
4444
disk (i.e. no Nipype workflow connections/pointers, and this is where
4545
the pipeline will actually begin). For the sake of building the
46-
pipeine in reverse, if this workflow is called when there is no input
46+
pipeline in reverse, if this workflow is called when there is no input
4747
file available, this function will return the unmodified workflow and
4848
resource pool directly back.
4949
- In conjunction with the other workflow-building functions, if this

qap/spatial_qc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ def check_datatype(background):
2525
"""Process the image data to only include non-negative integer values.
2626
2727
:type background: NumPy array
28-
:param background: The voxel values of teh background (outside of the head
28+
:param background: The voxel values of the background (outside of the head
2929
) of the anatomical image.
3030
:rtype: NumPy array
3131
:return: The input array with floats converted to integers and

qap/viz/html/qap_functional_temporal.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ <h3 id="fd_plot">The framewise displacement plot</h3>
4242
it easy to determine whether or not the data potentially suffered from significant corruption
4343
due to motion. For instance, it is possible to detect if the participant's head was slowly sinking into the
4444
cushions in the head coil, or whether the participant was possibly restless or agitated, which
45-
would result in several postion changes or movement spikes. The framewise displacement is a
45+
would result in several position changes or movement spikes. The framewise displacement is a
4646
frame-by-frame representation of the differences between the BOLD signal intensity value of
4747
the n and n+1 timepoints, the n+1 and n+2 timepoints, and so on. The report page for framewise
4848
displacement in the functional scan includes both this frame-by-frame plot, as well as a
@@ -81,4 +81,4 @@ <h2>For the group reports:</h2>
8181
stars denoting individual scans. These group reports are intended to provide the user a means of
8282
visually inspecting the overall quality of the temporal data for that group of functional scans.</p>
8383

84-
</body>
84+
</body>

scripts/docker_run.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ def run(command, env={}):
5858
c = cpac_utils.Configuration(yaml.load(open(\
5959
os.path.realpath(args.pipeline_file), 'r')))
6060

61-
# set the parameters using the command line arguements
61+
# set the parameters using the command line arguments
6262

6363
# we will need to check that the directories exist, and
6464
# make them if they do not

0 commit comments

Comments
 (0)