From f7ba16a7f495b495dd84ce4430efddd5e2f68ac9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Reimar=20D=C3=B6ffinger?= Date: Wed, 9 Sep 2009 23:07:00 +0000 Subject: [PATCH] Fix typo in configure error message. Originally committed as revision 19803 to svn://svn.ffmpeg.org/ffmpeg/trunk --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 4a8d523e40..ebac14b39e 100755 --- 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 }