Fix typo in configure error message.
authorReimar Döffinger <Reimar.Doeffinger@gmx.de>
Wed, 9 Sep 2009 23:07:00 +0000 (23:07 +0000)
committerReimar Döffinger <Reimar.Doeffinger@gmx.de>
Wed, 9 Sep 2009 23:07:00 +0000 (23:07 +0000)
Originally committed as revision 19803 to svn://svn.ffmpeg.org/ffmpeg/trunk

configure

index 4a8d523..ebac14b 100755 (executable)
--- a/configure
+++ b/configure
@@ -1479,7 +1479,7 @@ fi
 tmpfile(){
     tmp=$(mktemp -u "${TMPDIR}/ffconf.XXXXXXXX")$2 &&
         (set -C; exec > $tmp) 2>/dev/null ||
-        die "Unable to create temoporary file in $TMPDIR."
+        die "Unable to create temporary file in $TMPDIR."
     append TMPFILES $tmp
     eval $1=$tmp
 }