#303: Typo fixes from mathnerd314
[supertux.git] / mk / cmake / FindOggVorbis.cmake
index a9ca2ad..d4349ac 100644 (file)
@@ -45,9 +45,9 @@ else (OGGVORBIS_FOUND)
    if (OggVorbis_FIND_REQUIRED)
       message(FATAL_ERROR "Could NOT find OggVorbis libraries")
    endif (OggVorbis_FIND_REQUIRED)
-   if (NOT OggVorbis_FIND_QUITELY)
+   if (NOT OggVorbis_FIND_QUIETLY)
       message(STATUS "Could NOT find OggVorbis libraries")
-   endif (NOT OggVorbis_FIND_QUITELY)
+   endif (NOT OggVorbis_FIND_QUIETLY)
 endif (OGGVORBIS_FOUND)
 #check_include_files(vorbis/vorbisfile.h HAVE_VORBISFILE_H)
 #check_library_exists(ogg ogg_page_version "" HAVE_LIBOGG)