]> Creatis software - gdcm.git/blobdiff - vtk/vtkGdcmReader.cxx
2004-03-24 Jean-Pierre Roux
[gdcm.git] / vtk / vtkGdcmReader.cxx
index 89ff5dc0dec821835bfda402993df1448c810520..5fb33b226fca53838fb756a767a7a003527c62a8 100644 (file)
@@ -581,7 +581,7 @@ size_t vtkGdcmReader::LoadImageInMemory(
    size_t size;
 
    // If the data structure of vtk for image/volume representation
-   // were straigthforwards the following would suffice:
+   // were straigthforwards the following would be enough:
    //    GdcmFile.GetImageDataIntoVector((void*)Dest, size);
    // But vtk chooses to invert the lines of an image, that is the last
    // line comes first (for some axis related reasons?). Hence we need