aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorCameron Cawley2018-04-07 22:05:52 +0100
committerAdrian Frühwirth2018-04-07 22:09:10 +0000
commitfc00f80e7dc6ea396a5f4756914fc26ecb376a10 (patch)
treee7aa6b0570de31810da6b8b390c28bc55f374b70 /configure
parent9dd582180b54172398785e8c6669110576eae55f (diff)
downloadscummvm-rg350-fc00f80e7dc6ea396a5f4756914fc26ecb376a10.tar.gz
scummvm-rg350-fc00f80e7dc6ea396a5f4756914fc26ecb376a10.tar.bz2
scummvm-rg350-fc00f80e7dc6ea396a5f4756914fc26ecb376a10.zip
JANITORIAL: Fix typo
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 650b1f6189..2408e3fb6d 100755
--- a/configure
+++ b/configure
@@ -4052,7 +4052,7 @@ fi
define_in_config_if_yes "$_flac" 'USE_FLAC'
echo "$_flac"
-# Add the link to ogg only after verbs tremor and flac as it might be used by those.
+# Add the link to ogg only after vorbis, tremor and flac as it might be used by those.
if test "$_ogg" = yes ; then
append_var LIBS "$OGG_LIBS -logg"
append_var INCLUDES "$OGG_CFLAGS"