[Scummvm-git-logs] scummvm master -> fc00f80e7dc6ea396a5f4756914fc26ecb376a10

bonki bonki at users.noreply.github.com
Sun Apr 8 00:09:14 CEST 2018


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
fc00f80e7d JANITORIAL: Fix typo


Commit: fc00f80e7dc6ea396a5f4756914fc26ecb376a10
    https://github.com/scummvm/scummvm/commit/fc00f80e7dc6ea396a5f4756914fc26ecb376a10
Author: Cameron Cawley (ccawley2011 at gmail.com)
Date: 2018-04-07T22:09:10Z

Commit Message:
JANITORIAL: Fix typo

Changed paths:
    configure


diff --git a/configure b/configure
index 650b1f6..2408e3f 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"





More information about the Scummvm-git-logs mailing list