root: fix typos

+3 -3
+2 -2
pkgs/applications/science/misc/root/setup-hook.sh
··· 12 12 13 13 postHooks+=(thisroot) 14 14 15 - addRootInludePath() { 15 + addRootIncludePath() { 16 16 addToSearchPath ROOT_INCLUDE_PATH $1/include 17 17 } 18 18 19 - addEnvHooks "$targetOffset" addRootInludePath 19 + addEnvHooks "$targetOffset" addRootIncludePath
+1 -1
pkgs/applications/science/misc/root/sw_vers.patch
··· 48 48 #---Set Linker flags---------------------------------------------------------------------- 49 49 - set(CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} -mmacosx-version-min=${MACOSX_VERSION}") 50 50 else (CMAKE_SYSTEM_NAME MATCHES Darwin) 51 - MESSAGE(FATAL_ERROR "There is no setup for this this Apple system up to now. Don't know waht to do. Stop cmake at this point.") 51 + MESSAGE(FATAL_ERROR "There is no setup for this this Apple system up to now. Don't know what to do. Stop cmake at this point.") 52 52 endif (CMAKE_SYSTEM_NAME MATCHES Darwin) 53 53 diff a/config/root-config.in b/config/root-config.in 54 54 --- a/config/root-config.in