diff options
author | Chris Robinson <[email protected]> | 2011-06-23 17:02:57 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2011-06-23 17:02:57 -0700 |
commit | 5c17eb69cb2c00ecf992cc926ccbcb65f6cd8055 (patch) | |
tree | 3fce0057efaa6125e6af4cb770343ea0f0a50333 | |
parent | f6d1e0f299f3f572b8cd266a39b2c118bc594240 (diff) |
Fix comment typo
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 3ba44cd8..44a7ea9c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -527,7 +527,7 @@ IF(REQUIRE_PORTAUDIO AND NOT HAVE_PORTAUDIO) MESSAGE(FATAL_ERROR "Failed to enabled required PortAudio backend") ENDIF() -# Check PortAudio backend +# Check PulseAudio backend IF(PULSEAUDIO) CHECK_INCLUDE_FILE(pulse/pulseaudio.h HAVE_PULSE_PULSEAUDIO_H) IF(HAVE_PULSE_PULSEAUDIO_H) |