Skip to content

Commit

Permalink
Merge pull request #1709 from jhlegarreta/FixTyposInProgressReporterC…
Browse files Browse the repository at this point in the history
…lasses

DOC: Fix typos in progress reporter classes
  • Loading branch information
hjmjohnson committed Mar 19, 2020
2 parents 1e708db + 31e89ce commit e8ab957
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Modules/Core/Common/include/itkProgressReporter.h
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ class ITKCommon_EXPORT ProgressReporter
~ProgressReporter();

/** Check if the filter has the ProcessObject::AbortGenerateData
* flag set. If true than an ProcessAborted exception will be thrown.
* flag set. If true, then a ProcessAborted exception will be thrown.
*/
void
CheckAbortGenerateData()
Expand Down
2 changes: 1 addition & 1 deletion Modules/Core/Common/include/itkTotalProgressReporter.h
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ class ITKCommon_EXPORT TotalProgressReporter
~TotalProgressReporter();

/** Check if the filter has the ProcessObject::AbortGenerateData
* flag set. If true than an ProcessAborted exception will be thrown.
* flag set. If true, then a ProcessAborted exception will be thrown.
*/
void
CheckAbortGenerateData()
Expand Down

0 comments on commit e8ab957

Please sign in to comment.