global typo fix

svn path=/trunk/KDE/kdesdk/scripts/kdesvn-build-coverity; revision=922431
wilder
Frederik Schwarzer 17 years ago
parent 2b9254e448
commit 1e1e629a35
  1. 4
      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())

Loading…
Cancel
Save