Skip to content

Commit adcc9ba

Browse files
authored
Merge pull request #1263 from DimitriPapadopoulos/codespell
DOC: Fix typos found by codespell
2 parents 1f7836d + 466e929 commit adcc9ba

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Changelog

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1246,7 +1246,7 @@ Special thanks to Chris Burns, Jarrod Millman and Yaroslav Halchenko.
12461246
* Very preliminary, limited and highly experimental DICOM reading support (MB,
12471247
Ian Nimmo Smith).
12481248
* Some functions (:py:mod:`nibabel.funcs`) for basic image shape changes, including
1249-
the ability to transform to the image with data closest to the cononical
1249+
the ability to transform to the image with data closest to the canonical
12501250
image orientation (first axis left-to-right, second back-to-front, third
12511251
down-to-up) (MB, Jonathan Taylor)
12521252
* Gifti format read and write support (preliminary) (Stephen Gerhard)

doc/source/devel/biaps/biap_0006.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ here is the definition of a "multi-frame image"::
202202
3.8.9 Multi-frame image:
203203
Image that contains multiple two-dimensional pixel planes.
204204

205-
From `PS 3.3 of the 2011 DICOM standrd
205+
From `PS 3.3 of the 2011 DICOM standard
206206
<http://medical.nema.org/Dicom/2011/11_03pu.pdf>`_.
207207

208208
**********************************

nibabel/pointset.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ def get_coords(self, *, as_homogeneous: bool = False):
126126
----------
127127
as_homogeneous : :class:`bool`
128128
Return homogeneous coordinates if ``True``, or Cartesian
129-
coordiantes if ``False``.
129+
coordinates if ``False``.
130130
131131
name : :class:`str`
132132
Select a particular coordinate system if more than one may exist.

0 commit comments

Comments
 (0)