Skip to content

Commit 32d3cb6

Browse files
committed
DOC: Fix typos in StreamingImageIOBase class documentation
Fix typos in `StreamingImageIOBase` class documentation.
1 parent 3025d83 commit 32d3cb6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Modules/IO/ImageBase/include/itkStreamingImageIOBase.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -129,8 +129,8 @@ class ITKIOImageBase_EXPORT StreamingImageIOBase : public ImageIOBase
129129
* \param _buffer is pointer to an allocated block of memory
130130
* suitable to hold the IORegion of the pixel type
131131
*
132-
* This methods relies on GetDataPosition() to determin where the
133-
* data is located in the file. It uses ImageIOBase#m_IORegion to determin the
132+
* This methods relies on GetDataPosition() to determine where the
133+
* data is located in the file. It uses ImageIOBase#m_IORegion to determine the
134134
* requested region to read.
135135
*
136136
* The files data is assumed to be unpadded and continuous in the
@@ -148,8 +148,8 @@ class ITKIOImageBase_EXPORT StreamingImageIOBase : public ImageIOBase
148148
* \param _buffer is a pointer to the data in a continuous block
149149
* for the region
150150
*
151-
* This methods relies on GetDataPosition() to determin where the data
152-
* is located in the file. It usesy ImageIOBase#m_IORegion determin the requested
151+
* This methods relies on GetDataPosition() to determine where the data
152+
* is located in the file. It uses ImageIOBase#m_IORegion determine the requested
153153
* region to written.
154154
*/
155155
virtual bool

0 commit comments

Comments
 (0)