Skip to content

Commit

Permalink
Merge pull request #1028 from datalad-handbook/typos
Browse files Browse the repository at this point in the history
Fix typos that make codespell fail
  • Loading branch information
adswa authored Oct 6, 2023
2 parents 5386b40 + 635dad0 commit 0b79429
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ All over the handbook, version notes or information relating to datalad versions

### Additions
- A new standalone chapter about datalad extensions was added, and sections on datalad-catalog ([#917][]), datalad-metalad ([#930][]), and datalad-gooey were included.
- A new standalone chapter about datalad extensions was added, and sections on datalad-catalog ([#917][]), datalad-metalad ([#930][]), and datalad-gooey were included.

#### Introduction

Expand All @@ -28,7 +29,7 @@ All over the handbook, version notes or information relating to datalad versions

#### Miscellaneous additions
- The Makefile in the source repository received a more intuitive and fine-grained structure ([#901][])
- The handbook has gained an Appveyor configuration that allows building the entire Basis and Beyond Basics parts from scratch, and allows an export of generated code snippets. This makes builds on local machines obsolete for contributors that don't want to go through this troube ([#908][])
- The handbook has gained an Appveyor configuration that allows building the entire Basis and Beyond Basics parts from scratch, and allows an export of generated code snippets. This makes builds on local machines obsolete for contributors that don't want to go through this trouble ([#908][])
- the handbook now has a tool to report readthedocs metrics for authenticated and authorized users ([#902][])

## v0.17 (December 20 2022) -- Better late than never
Expand Down
2 changes: 1 addition & 1 deletion docs/code_from_chapters/OHBM_OSR.rst
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ In the example below, a single subject is preprocessed:
.. code-block:: bash
$ datalad containers-run -n .tools/fmriprep \
-m "preprocess examplary subject with fmriprep" \
-m "preprocess exemplary subject with fmriprep" \
--input .source/sub-170631 \
--output fmriprep \
--output freesurfer \
Expand Down
2 changes: 1 addition & 1 deletion docs/glossary.rst
Original file line number Diff line number Diff line change
Expand Up @@ -481,7 +481,7 @@ Glossary
Virtual environments are light-weight and you can switch between them fast.

WSL
The Windows Subsystem for Linux, a compatibility layer for running Linux destributions on recent versions of Windows. Find out more `here <https://en.wikipedia.org/wiki/Windows_Subsystem_for_Linux>`__.
The Windows Subsystem for Linux, a compatibility layer for running Linux distributions on recent versions of Windows. Find out more `here <https://en.wikipedia.org/wiki/Windows_Subsystem_for_Linux>`__.

zsh
A Unix shell.

0 comments on commit 0b79429

Please sign in to comment.