Skip to content

Commit 72be846

Browse files
committed
[DATALAD RUNCMD] chore: run codespell throughout fixing a few new typos automagically
=== Do not change lines below === { "chain": [], "cmd": "codespell -w", "exit": 0, "extra_inputs": [], "inputs": [], "outputs": [], "pwd": "." } ^^^ Do not change lines above ^^^
1 parent 46104b8 commit 72be846

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ git clone https://github.com/s-ccs/LSLAutoBIDS.git
2323
```
2424
pip3 install lslautobids
2525
```
26-
It is advised to install the package in a seperate environment (e.g. using `conda` or `virtualenv`).
26+
It is advised to install the package in a separate environment (e.g. using `conda` or `virtualenv`).
2727

2828
> [!NOTE]
2929
> If you are using conda, you can create a new conda environment using the following command and activate it.

lslautobids/convert_to_bids_and_upload.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -448,7 +448,7 @@ def bids_process_and_upload(processed_files,logger):
448448
val = bids.convert_to_bids(xdf_path,subject_id,session_id, run_id, task_id, stim, logger)
449449

450450
if val == 1:
451-
logger.info("Bids Conversion Sucessful")
451+
logger.info("Bids Conversion Successful")
452452
elif val == 2:
453453
logger.info("Converted file already found, skipping")
454454
else:

typst/main.typ

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Cognitive neuroscience routinely collect large datasets, yet data integration, m
4949
// set spellcheck language
5050
#set text(lang: "en", region: "US")
5151

52-
// figure caption alighment
52+
// figure caption alignment
5353
#show figure.caption: set align(center)
5454

5555
//#elements.float(align: bottom, [\*Corresponding author])

0 commit comments

Comments
 (0)