From 10cedac1498fe446b2d5219cf2ca40e67c30e0e6 Mon Sep 17 00:00:00 2001 From: Sergey Bronnikov Date: Wed, 24 Jul 2019 10:22:05 +0300 Subject: [PATCH] Typo: neigter -> neither --- libfreerdp/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libfreerdp/CMakeLists.txt b/libfreerdp/CMakeLists.txt index 97baf54..eec2ca4 100644 --- a/libfreerdp/CMakeLists.txt +++ b/libfreerdp/CMakeLists.txt @@ -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) -- 2.7.4