Typo: neigter -> neither
authorSergey Bronnikov <estetus@gmail.com>
Wed, 24 Jul 2019 07:22:05 +0000 (10:22 +0300)
committerGitHub <noreply@github.com>
Wed, 24 Jul 2019 07:22:05 +0000 (10:22 +0300)
libfreerdp/CMakeLists.txt

index 97baf54..eec2ca4 100644 (file)
@@ -97,7 +97,7 @@ else(SWScale_FOUND)
         include_directories(${CAIRO_INCLUDE_DIR})
         freerdp_library_add(${CAIRO_LIBRARY})
     else(CAIRO_FOUND)
-        message(WARNING "neigter swscale nor libcairo detected, compiling without image scaling support!")
+        message(WARNING "neither swscale nor libcairo detected, compiling without image scaling support!")
     endif(CAIRO_FOUND)
 endif(SWScale_FOUND)