diff --git a/AMDiS/AMDiSUse.cmake b/AMDiS/AMDiSUse.cmake
index a9caed470ee217192cd03135a1a9528c734d8e08..f1b3c4733be4261064d19732a30f538be6b9731e 100644
--- a/AMDiS/AMDiSUse.cmake
+++ b/AMDiS/AMDiSUse.cmake
@@ -12,7 +12,7 @@ if(AMDiS_HAS_PARALLEL_DOMAIN)
 	    list(APPEND AMDiS_COMPILEFLAGS ${MPI_COMPILE_FLAGS})
 	    list(APPEND AMDIS_INCLUDE_DIRS ${MPI_INCLUDE_PATH})
 	  endif(MPI_FOUND)
-	  set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${AMDiS_DIR})
+	  set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${AMDIS_DIR})
 	  set(PETSC_EXECUTABLE_RUNS ON)
 	  find_package(PETSc REQUIRED)
 	  if(PETSC_FOUND)
diff --git a/AMDiS/getamdis_cmake.sh b/AMDiS/getamdis_cmake.sh
index 749f3c7d0b3ef415591944a07c1469d461ec67f0..ae90b323f88f93ae3584a6cd5e281acbb7496ea1 100755
--- a/AMDiS/getamdis_cmake.sh
+++ b/AMDiS/getamdis_cmake.sh
@@ -43,7 +43,7 @@ if test $? -ne 0; then
 fi
 if test -z "${ERROR}"; then
   echo "amdis was successfully downloaded, configured and installed to ${prefix}"
-  echo "you can use this installation in cmake with the AMDiS_DIR ${prefix}/share/amdis"
+  echo "you can use this installation in cmake with the AMDIS_DIR ${prefix}/share/amdis"
 else
   echo "something went wrong: "
   echo "download:  ${DOWNLOAD}"