]> Creatis software - gdcm.git/blobdiff - gdcmPython/CMakeLists.txt
Update ChangeLog
[gdcm.git] / gdcmPython / CMakeLists.txt
index b6f7322beb1d832fd486b3495a567a94bf8556af..c417bf4517db444dbc041faf8e1670dd91dc6ddc 100644 (file)
@@ -25,7 +25,7 @@ IF(${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION} GREATER 1.9)
   #SET_SOURCE_FILES_PROPERTIES(gdcm.i PROPERTIES PYTHON ON)
   SET_SOURCE_FILES_PROPERTIES(gdcm.i PROPERTIES CPLUSPLUS ON)
   # Setting SWIG_FLAGS to "-includeall" at the following line looks like
-  # a bad idea since swig tries to reculsively include all the referenced
+  # a bad idea since swig tries to recursively include all the referenced
   # files, "including" the C++ <sstream>, <list>, <map>... Of course swig
   # has no way of finding the path to those files (unless it is told by
   # cmake) since they are related to the compiler installation layout.