diff --git a/Modules/Core/Mesh/include/itkMesh.hxx b/Modules/Core/Mesh/include/itkMesh.hxx index 56480a8e87c..a81eb1735d9 100644 --- a/Modules/Core/Mesh/include/itkMesh.hxx +++ b/Modules/Core/Mesh/include/itkMesh.hxx @@ -804,7 +804,7 @@ Mesh::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. */ diff --git a/Modules/Segmentation/Classifiers/test/itkSupervisedImageClassifierTest.cxx b/Modules/Segmentation/Classifiers/test/itkSupervisedImageClassifierTest.cxx index f0595704e8a..0da88245ae7 100644 --- a/Modules/Segmentation/Classifiers/test/itkSupervisedImageClassifierTest.cxx +++ b/Modules/Segmentation/Classifiers/test/itkSupervisedImageClassifierTest.cxx @@ -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.