From: jpr Date: Fri, 22 Apr 2005 12:07:39 +0000 (+0000) Subject: correct English mistakes X-Git-Tag: Version1.2.bp~761 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=750a99fba37bba2b57708a54047c10a054809b77;p=gdcm.git correct English mistakes --- diff --git a/vtk/vtkGdcmReader.cxx b/vtk/vtkGdcmReader.cxx index 983dd3e4..110b0904 100644 --- a/vtk/vtkGdcmReader.cxx +++ b/vtk/vtkGdcmReader.cxx @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: vtkGdcmReader.cxx,v $ Language: C++ - Date: $Date: 2005/03/03 11:39:24 $ - Version: $Revision: 1.67 $ + Date: $Date: 2005/04/22 12:07:39 $ + Version: $Revision: 1.68 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -75,7 +75,7 @@ #include #include -vtkCxxRevisionMacro(vtkGdcmReader, "$Revision: 1.67 $"); +vtkCxxRevisionMacro(vtkGdcmReader, "$Revision: 1.68 $"); vtkStandardNewMacro(vtkGdcmReader); //----------------------------------------------------------------------------- @@ -293,7 +293,7 @@ void vtkGdcmReader::ExecuteData(vtkDataObject *output) // The actual advance measure: unsigned long UpdateProgressCount = 0; - // Feeling the allocated memory space with each image/volume: + // Filling the allocated memory space with each image/volume: unsigned char *Dest = (unsigned char *)data->GetScalarPointer(); for (std::list::iterator filename = InternalFileNameList.begin(); filename != InternalFileNameList.end();