summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorluz.paz <luzpaz@users.noreply.github.com>2018-05-22 10:17:53 -0400
committerErik de Castro Lopo <erikd@mega-nerd.com>2018-05-24 07:20:19 +1000
commit01eb19708c11f6aae1013e7c9c29c83efda33bfb (patch)
tree63e8b47f83baacc674f28f5328fa52d045fd45d2 /configure.ac
parent0db0e878b8c7eb09f9f42fb39ca43b7cbc5e8aca (diff)
downloadflac-01eb19708c11f6aae1013e7c9c29c83efda33bfb.tar.gz
Fix miscellaneous typos.
Found via `codespell -q 3`
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 9a1570c0..ffde189a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -345,7 +345,7 @@ AC_ARG_ENABLE([ogg],
[ want_ogg=$enableval ], [ want_ogg=yes ] )
if test "x$want_ogg" != "xno"; then
- XIPH_PATH_OGG(have_ogg=yes, AC_MSG_WARN([*** Ogg development enviroment not installed - Ogg support will not be built]))
+ XIPH_PATH_OGG(have_ogg=yes, AC_MSG_WARN([*** Ogg development environment not installed - Ogg support will not be built]))
fi
FLAC__HAS_OGG=0