@@ -342,7 +342,7 @@ Bug fixes
342
342
reviewed by PM)
343
343
* Safer warning registry manipulation when checking for overflows (pr/753)
344
344
(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
346
346
with CM)
347
347
348
348
Maintenance
@@ -997,7 +997,7 @@ visiting the URL::
997
997
* Bugfix: Removed left-over print statement in extension code.
998
998
* Bugfix: Prevent saving of bogus 'None.nii' images when the filename
999
999
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
1001
1001
n*16-8, for all integer n.
1002
1002
1003
1003
0.20090205.1 (Thu, 5 Feb 2009)
@@ -1017,7 +1017,7 @@ visiting the URL::
1017
1017
automatically dumped into this extension.
1018
1018
Embedded meta data is not loaded automatically, since this has security
1019
1019
implications, because code from the file header is actually executed.
1020
- The documentation explicitely mentions this risk.
1020
+ The documentation explicitly mentions this risk.
1021
1021
* Added :class: `~nifti.extensions.NiftiExtensions `. This is a container-like
1022
1022
handler to access and manipulate NIfTI1 header extensions.
1023
1023
* Exposed :class: `~nifti.image.MemMappedNiftiImage ` in the root module.
@@ -1223,7 +1223,7 @@ visiting the URL::
1223
1223
* Does not depend on libfslio anymore.
1224
1224
* Up to seven-dimensional dataset are supported (as much as NIfTI can do).
1225
1225
* 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
1227
1227
methods.
1228
1228
* Improved documentation (but still a long way to go).
1229
1229
0 commit comments