From 635dad0bf1f3dfcced4cb87efb1ef002ba5f14ce Mon Sep 17 00:00:00 2001 From: Adina Wagner Date: Fri, 6 Oct 2023 10:54:47 +0200 Subject: [PATCH] Fix typos that make codespell fail --- CHANGELOG.md | 3 ++- docs/code_from_chapters/OHBM_OSR.rst | 2 +- docs/glossary.rst | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b8fb7e32a..21ffa08a9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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 diff --git a/docs/code_from_chapters/OHBM_OSR.rst b/docs/code_from_chapters/OHBM_OSR.rst index d6cb5d47a..39ac9b726 100644 --- a/docs/code_from_chapters/OHBM_OSR.rst +++ b/docs/code_from_chapters/OHBM_OSR.rst @@ -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 \ diff --git a/docs/glossary.rst b/docs/glossary.rst index 14506e9e0..965779a0d 100644 --- a/docs/glossary.rst +++ b/docs/glossary.rst @@ -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 `__. + The Windows Subsystem for Linux, a compatibility layer for running Linux distributions on recent versions of Windows. Find out more `here `__. zsh A Unix shell.