Skip to content

Commit b14b95a

Browse files
jhlegarretaN-Dekker
authored andcommitted
DOC: Fix typos and improve grammar
Fix typos and improve grammar.
1 parent 8a6ae50 commit b14b95a

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Modules/Core/Common/include/itkImageBase.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ class ITK_TEMPLATE_EXPORT ImageBase : public DataObject
146146

147147
/** Spacing type alias support. Spacing holds the size of a pixel.
148148
* The spacing is the geometric distance between image samples along
149-
* each dimension. ITK only supports positive spacing value:
149+
* each dimension. ITK only supports positive spacing values:
150150
* negative values may cause undesirable results. */
151151
using SpacingValueType = SpacePrecisionType;
152152
using SpacingType = Vector<SpacingValueType, VImageDimension>;
@@ -156,7 +156,7 @@ class ITK_TEMPLATE_EXPORT ImageBase : public DataObject
156156
using PointValueType = SpacePrecisionType;
157157
using PointType = Point<PointValueType, VImageDimension>;
158158

159-
/** Direction type alias support. The Direction is a matix of
159+
/** Direction type alias support. The Direction is a matrix of
160160
* direction cosines that specify the direction in physical space
161161
* between samples along each dimension. */
162162
using DirectionType = Matrix<SpacePrecisionType, VImageDimension, VImageDimension>;

Modules/Core/ImageAdaptors/include/itkImageAdaptor.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ class ITK_TEMPLATE_EXPORT ImageAdaptor : public ImageBase<TImage::ImageDimension
122122
* of the index (0,0). */
123123
using typename Superclass::PointType;
124124

125-
/** Direction type alias support The Direction is a matix of
125+
/** Direction type alias support The Direction is a matrix of
126126
* direction cosines that specify the direction between samples.
127127
* */
128128
using typename Superclass::DirectionType;

Modules/Core/Mesh/include/itkTriangleMeshToBinaryImageFilter.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ class ITK_TEMPLATE_EXPORT TriangleMeshToBinaryImageFilter : public ImageSource<T
143143

144144
itkGetConstReferenceMacro(Spacing, SpacingType);
145145

146-
/** The Direction is a matix of direction cosines
146+
/** The Direction is a matrix of direction cosines
147147
* that specify the direction between samples.
148148
* */
149149
itkSetMacro(Direction, DirectionType);

0 commit comments

Comments
 (0)