From: RĂ©mi Duraffort Date: Tue, 26 Jan 2010 17:18:53 +0000 (+0100) Subject: cil binding: typo. X-Git-Tag: 1.1.0-ff~844 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=f81a7e477928046065a9b94c4470231ccaf18ce3;p=vlc cil binding: typo. --- diff --git a/bindings/cil/autogen.sh b/bindings/cil/autogen.sh index 31ecbad83a..62594028f3 100755 --- a/bindings/cil/autogen.sh +++ b/bindings/cil/autogen.sh @@ -23,7 +23,7 @@ set -xe cd "$(dirname "$0")" test -f src/exception.cs || { - echo "You must run this script from your miredo SVN directory.">&2 + echo "You must run this script from your cil directory.">&2 exit 1 }