From: dsarrut Date: Tue, 3 May 2011 14:33:44 +0000 (+0200) Subject: Correct typo (Croped -> Cropped) X-Git-Tag: v1.2.0~2^2~3^2 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=07b769a747c139952e372e0c799d806d7d766f92;p=clitk.git Correct typo (Croped -> Cropped) --- diff --git a/vv/vvToolCropImage.cxx b/vv/vvToolCropImage.cxx index 9fe30f3..5811756 100644 --- a/vv/vvToolCropImage.cxx +++ b/vv/vvToolCropImage.cxx @@ -360,7 +360,7 @@ void vvToolCropImage::apply() // Retrieve result and display it vvImage::Pointer output = filter->GetOutputVVImage(); std::ostringstream osstream; - osstream << "Croped_" << mCurrentSlicerManager->GetSlicer(0)->GetFileName() << ".mhd"; + osstream << "Cropped_" << mCurrentSlicerManager->GetSlicer(0)->GetFileName() << ".mhd"; AddImage(output,osstream.str()); // End