summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorReimar Döffinger <Reimar.Doeffinger@gmx.de>2009-09-09 23:07:00 +0000
committerReimar Döffinger <Reimar.Doeffinger@gmx.de>2009-09-09 23:07:00 +0000
commitf7ba16a7f495b495dd84ce4430efddd5e2f68ac9 (patch)
treeca12509641e16a197bde03d3ca9bc7d86c0415fa /configure
parente5f58f81f7c757b383b8c352bc708f064c3ee6f3 (diff)
Fix typo in configure error message.
Originally committed as revision 19803 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
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
}