Skip to content

Commit

Permalink
DOC: Fix typo in comment
Browse files Browse the repository at this point in the history
Fix typo in comment.
  • Loading branch information
jhlegarreta authored and dzenanz committed Dec 6, 2021
1 parent 5f85a5d commit 3687637
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -592,7 +592,7 @@ itkImageToImageMetricv4Test(int, char ** const)
return EXIT_FAILURE;
}

// Test that using a displacemet field that does not match the virtual
// Test that using a displacement field that does not match the virtual
// domain space will throw an exception.
field->SetSpacing(fixedImage->GetSpacing() * 2.0);
std::cout << "Testing with displacement field in different space than "
Expand Down

0 comments on commit 3687637

Please sign in to comment.