aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAllen Winter <winter@kde.org>2009-02-27 20:46:36 +0000
committerAllen Winter <winter@kde.org>2009-02-27 20:46:36 +0000
commit105205cfa600256f4a57f9f6e4c9e5fc7e12a3c8 (patch)
treef51488bb307129acbda86e2392db9e3db7721b49
parent1f207c6a9f1990a5f96a7e2d0a4acce08f58be9f (diff)
downloadextra-cmake-modules-105205cfa600256f4a57f9f6e4c9e5fc7e12a3c8.tar.gz
extra-cmake-modules-105205cfa600256f4a57f9f6e4c9e5fc7e12a3c8.tar.bz2
typo fix, found by Robby Stephenson
svn path=/trunk/KDE/kdelibs/; revision=933023
-rw-r--r--modules/FindPulseAudio.cmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/FindPulseAudio.cmake b/modules/FindPulseAudio.cmake
index f3569a31..3a014012 100644
--- a/modules/FindPulseAudio.cmake
+++ b/modules/FindPulseAudio.cmake
@@ -30,8 +30,8 @@ endif (NOT WIN32)
FIND_PATH(PULSEAUDIO_INCLUDE_DIR pulse/pulseaudio.h
HINTS
- ${PC_PULSEADUIO_INCLUDEDIR}
- ${PC_PULSEADUIO_INCLUDE_DIRS}
+ ${PC_PULSEAUDIO_INCLUDEDIR}
+ ${PC_PULSEAUDIO_INCLUDE_DIRS}
)
FIND_LIBRARY(PULSEAUDIO_LIBRARY NAMES pulse libpulse