]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Correct english typos in comment.
authorrgrosso <Raffaele.Grosso@cern.ch>
Mon, 18 Aug 2014 08:57:35 +0000 (10:57 +0200)
committerrgrosso <Raffaele.Grosso@cern.ch>
Mon, 18 Aug 2014 08:58:11 +0000 (10:58 +0200)
CMakeLists.txt

index f24b4c3677e35d6e40eaf69b8bb671b934105405..0aa1d8d2deffad3dae33dd111dc06ce967e1bbc6 100644 (file)
@@ -27,8 +27,8 @@ endif(NOT ALICE_ROOT)
 
 set(ALICE_INSTALL $ENV{ALICE_INSTALL})
 # Set AliRoot Installation directory 
-# If CMAKE_INSTALL_PREFIX was not set than we set it to ALICE_INSTALL. 
-# If ALICE_INSTALL was not defined than it will default to source directory
+# If CMAKE_INSTALL_PREFIX was not set, then we set it to ALICE_INSTALL. 
+# If ALICE_INSTALL was not defined, then it will default to the source directory
 if(CMAKE_INSTALL_PREFIX_INITIALIZED_TO_DEFAULT)
     if(ALICE_INSTALL)
        message(STATUS "AliRoot files will be installed in ${ALICE_INSTALL}")