From fa7085d80ff52fd1ad70a2e6eb7f167aa990880f Mon Sep 17 00:00:00 2001 From: Tobias Doerffel Date: Mon, 23 Feb 2009 19:55:06 +0000 Subject: [PATCH] fixed typos git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/branches/lmms/stable-0.4@2070 0778d3d1-df1d-0410-868b-ea421aaaa00d --- CMakeLists.txt | 8 ++++---- ChangeLog | 3 +++ 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 3952ee738..fe02cae40 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -156,7 +156,7 @@ IF(WANT_SDL) SET(STATUS_SDL "OK") ELSE(SDL_FOUND) SET(STATUS_SDL "not found, please install libsdl1.2-dev (or similiar) " - "if your require SDL support") + "if you require SDL support") ENDIF(SDL_FOUND) ENDIF(WANT_SDL) IF(NOT LMMS_HAVE_SDL) @@ -177,7 +177,7 @@ IF(WANT_STK) ELSE(STK_FOUND) SET(STK_INCLUDE_DIR "") SET(STATUS_STK "not found, please install libstk0-dev (or similiar) " - "if your require the Vibed Instrument") + "if you require the Vibed Instrument") ENDIF(STK_FOUND) ENDIF(WANT_STK) @@ -190,7 +190,7 @@ ENDIF(WANT_STK) # SET(STATUS_PORTAUDIO "OK") # ELSE(PORTAUDIO_FOUND) # SET(STATUS_PORTAUDIO "not found, please install libportaudio-dev (or similiar, version >= 1.8) " -# "if your require Portaudio support") +# "if you require Portaudio support") # ENDIF(PORTAUDIO_FOUND) #ENDIF(WANT_PORTAUDIO) IF(NOT LMMS_HAVE_PORTAUDIO) @@ -207,7 +207,7 @@ IF(WANT_PULSEAUDIO) SET(STATUS_PULSEAUDIO "OK") ELSE(PULSEAUDIO_FOUND) SET(STATUS_PULSEAUDIO "not found, please install libpulse-dev (or similiar) " - "if your require PulseAudio support") + "if you require PulseAudio support") ENDIF(PULSEAUDIO_FOUND) ENDIF(WANT_PULSEAUDIO) IF(NOT LMMS_HAVE_PULSEAUDIO) diff --git a/ChangeLog b/ChangeLog index f39374b8b..37454fd7b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2009-02-23 Tobias Doerffel + * CMakeLists.txt: + fixed typos + * cmake/modules/FindSTK.cmake: * CMakeLists.txt: reflect changes in MinGW crosscompiling environment