diff --git a/kdesvn-build-coverity b/kdesvn-build-coverity index c7cc6a7..ef379fc 100644 --- a/kdesvn-build-coverity +++ b/kdesvn-build-coverity @@ -241,7 +241,7 @@ sub perform_coverity_checks() unless (check_cmake_installed()) { - note "CMake 2.4.3 does not appear to be installed. At least its not in \$PATH"; + note "CMake 2.4.3 does not appear to be installed. At least it is not in \$PATH"; note "So just for you guys, I'll go ahead and install it for you."; if (not download_install_cmake()) @@ -258,7 +258,7 @@ sub perform_coverity_checks() unless (check_lcms_installed()) { - note "lcms 1.12 does not appear to be installed. At least its not in pkg-config"; + note "lcms 1.12 does not appear to be installed. At least it is not in pkg-config"; note "So just for you guys, I'll go ahead and install it for you."; if (not download_install_lcms())