From 36381fc470506029a4ce7127d07d52d456b06f9e Mon Sep 17 00:00:00 2001 From: David Sansome Date: Wed, 18 Sep 2013 00:54:10 +1000 Subject: [PATCH] Oops, typo. (cherry picked from commit b20c473ae03e4d914cea166f957b843c9ae6c771) --- CMakeLists.txt | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 71a0a8022..b3b444a8b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -313,14 +313,13 @@ else() "statically. If it's not, Clementine won't be able to resolve the " "functions it needs to register full text search support. Search will " "be really slow and users will be unhappy. If you're packaging " - "Clementine for a distributiou and you really hate your users and want " - "them to have a bad time please rerun cmake with -DI_HATE_MY_USERS=ON") + "Clementine for a distribution and you really hate your users and want " + "them to have a bad time please rerun cmake with -DI_HATE_MY_USERS=ON") else() if (NOT MY_USERS_WILL_SUFFER_BECAUSE_OF_ME) message(FATAL_ERROR "So you really hate your users and you want to " "create a crippled package that doesn't work properly? Please send " - "an email to clementine-player@googlegroups.com and help us " - "understand why.") + "an email to the devs and help us understand why.") endif() endif() endif(STATIC_SQLITE)