Skip to content

Commit

Permalink
DOC: Fix spelling mistake in printed message
Browse files Browse the repository at this point in the history
Fix spelling mistake in printed message.
  • Loading branch information
jhlegarreta authored and dzenanz committed Sep 2, 2022
1 parent 669a39c commit afbfcb5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -665,7 +665,7 @@ itkImageToImageMetricv4Test(int, char ** const)

#endif

std::cout << "Testing metric outpute..." << std::endl;
std::cout << "Testing metric output..." << std::endl;
ImageToImageMetricv4TestComputeIdentityTruthValues(metric, fixedImage, movingImage, truthValue, truthDerivative);
if (ImageToImageMetricv4TestRunSingleTest(metric, truthValue, truthDerivative, imageSize * imageSize, false) !=
EXIT_SUCCESS)
Expand Down

0 comments on commit afbfcb5

Please sign in to comment.