@@ -342,7 +342,7 @@ Bug fixes
342342 reviewed by PM)
343343* Safer warning registry manipulation when checking for overflows (pr/753)
344344 (CM, reviewed by MB)
345- * Correctly write .annot files with duplicate lables (pr/763) (Richard Nemec
345+ * Correctly write .annot files with duplicate labels (pr/763) (Richard Nemec
346346 with CM)
347347
348348Maintenance
@@ -997,7 +997,7 @@ visiting the URL::
997997* Bugfix: Removed left-over print statement in extension code.
998998* Bugfix: Prevent saving of bogus 'None.nii' images when the filename
999999 was previously assign, before calling NiftiImage.save() (Closes: #517920).
1000- * Bugfix: Extension length was to short for all `edata ` whos length matches
1000+ * Bugfix: Extension length was to short for all `edata ` whose length matches
10011001 n*16-8, for all integer n.
10021002
100310030.20090205.1 (Thu, 5 Feb 2009)
@@ -1017,7 +1017,7 @@ visiting the URL::
10171017 automatically dumped into this extension.
10181018 Embedded meta data is not loaded automatically, since this has security
10191019 implications, because code from the file header is actually executed.
1020- The documentation explicitely mentions this risk.
1020+ The documentation explicitly mentions this risk.
10211021* Added :class: `~nifti.extensions.NiftiExtensions `. This is a container-like
10221022 handler to access and manipulate NIfTI1 header extensions.
10231023* Exposed :class: `~nifti.image.MemMappedNiftiImage ` in the root module.
@@ -1223,7 +1223,7 @@ visiting the URL::
12231223* Does not depend on libfslio anymore.
12241224* Up to seven-dimensional dataset are supported (as much as NIfTI can do).
12251225* The complete NIfTI header dataset is modifiable.
1226- * Most image properties are accessable via class attributes and accessor
1226+ * Most image properties are accessible via class attributes and accessor
12271227 methods.
12281228* Improved documentation (but still a long way to go).
12291229
0 commit comments