Skip to content

Commit

Permalink
DOC: Fix typos in miscellaneous comments
Browse files Browse the repository at this point in the history
Fix typos in miscellaneous comment.
  • Loading branch information
jhlegarreta authored and dzenanz committed Mar 31, 2022
1 parent 26c4f2b commit 5026c57
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Modules/Core/Mesh/include/itkMesh.hxx
Original file line number Diff line number Diff line change
Expand Up @@ -804,7 +804,7 @@ Mesh<TPixelType, VDimension, TMeshTraits>::GetCellNeighbors(CellIdentifier cellI
}

/**
* The cell's UsingCells list was empy. We use set operations
* The cell's UsingCells list was empty. We use set operations
* through point neighboring information to get the neighbors. This
* requires that the CellLinks be built.
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@


// This tests the supervised image classifier methods. The test,
// however, only exercises a pathalogical case, where the covariances
// however, only exercises a pathological case, where the covariances
// of all the classes are singular. In this case, the methods degrade
// to classifying based on euclidean distance to the mean.

Expand Down

0 comments on commit 5026c57

Please sign in to comment.