From: jpr Date: Wed, 29 Aug 2007 15:56:41 +0000 (+0000) Subject: Typo X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=483b4d5cc0ea8220cfbedc35c7e48db053632005;p=gdcm.git Typo --- diff --git a/Testing/TestMakeIcon.cxx b/Testing/TestMakeIcon.cxx index 3f88d4c9..e7aa034c 100644 --- a/Testing/TestMakeIcon.cxx +++ b/Testing/TestMakeIcon.cxx @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: TestMakeIcon.cxx,v $ Language: C++ - Date: $Date: 2007/06/26 15:42:45 $ - Version: $Revision: 1.13 $ + Date: $Date: 2007/08/29 15:56:41 $ + Version: $Revision: 1.14 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -67,7 +67,7 @@ int TestMakeIcon (int argc, char *argv[]) icon->AddSQItem(sqi, 1); sqi->Delete(); - // icone is just define like the image + // icone is just defined like the image // The purpose is NOT to imagine an icon, // just check the stuff works diff --git a/Testing/TestReadWriteJPEGReadCompare.cxx b/Testing/TestReadWriteJPEGReadCompare.cxx index b3857928..b89519a1 100755 --- a/Testing/TestReadWriteJPEGReadCompare.cxx +++ b/Testing/TestReadWriteJPEGReadCompare.cxx @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: TestReadWriteJPEGReadCompare.cxx,v $ Language: C++ - Date: $Date: 2007/08/29 08:26:54 $ - Version: $Revision: 1.3 $ + Date: $Date: 2007/08/29 15:56:41 $ + Version: $Revision: 1.4 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -79,7 +79,7 @@ static int CompareInternalJPEG(std::string const &filename, std::string const &o if( !fileout->IsReadable() ) { std::cout << "Failed" << std::endl - << "Test::TestReadWriteReadCompare: Could not parse the newly " + << "Test::TestReadWriteJPEGReadCompare: Could not parse the newly " << "written image:" << filename << std::endl; file->Delete(); filehelper->Delete(); diff --git a/Testing/TestReadWriteReadCompare.cxx b/Testing/TestReadWriteReadCompare.cxx index 49658d12..71d7d294 100644 --- a/Testing/TestReadWriteReadCompare.cxx +++ b/Testing/TestReadWriteReadCompare.cxx @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: TestReadWriteReadCompare.cxx,v $ Language: C++ - Date: $Date: 2007/07/25 16:14:33 $ - Version: $Revision: 1.31 $ + Date: $Date: 2007/08/29 15:56:41 $ + Version: $Revision: 1.32 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -47,7 +47,7 @@ int CompareInternal(std::string const &filename, std::string const &output) uint8_t *imageData = filehelper->GetImageData(); //EXTREMELY IMPORTANT // Sure, it is : It's up to the user to decide if he wants to // GetImageData or if he wants to GetImageDataRaw - // (even if we do it by setting a flag, he will have to decide) + // (even if we do it by setting a flag, *he* will have to decide) //filehelper->SetImageData(imageData, dataSize);