]> Creatis software - gdcm.git/blobdiff - DEVELOPPER
gdcmHeader::gdcmHeader(const char *InFilename, bool exception_on_error)
[gdcm.git] / DEVELOPPER
index 3465ece92f6e3d0c59ca44f1af40dc5edf684164..dfcfe0334d8d0b337cdb584374884981fcacb170 100644 (file)
@@ -30,7 +30,7 @@ The following comments are intended for core gdcm developpers.
     the final user by gdcmPython/__init__.py.
   - the second python wrappers uses the vtk (http://public.kitware.com/VTK/)
     native wrappers i.e. the binary vtkWrapPython. But it should be noticed
-    that the purpous is here a bit different than the one of the Swig
+    that the purpose is here a bit different than the one of the Swig
     generated Python wrappers. When using vtkWrapPython the goal is to
     wrap a single vtk class namely vtkGdcmReader as defined in files
     vtk/vtkGdcmReader.h and vtk/vtkGdcmReader.cxx (and of course those