diff options
author | Reimar Döffinger <Reimar.Doeffinger@gmx.de> | 2009-09-09 23:07:00 +0000 |
---|---|---|
committer | Reimar Döffinger <Reimar.Doeffinger@gmx.de> | 2009-09-09 23:07:00 +0000 |
commit | f7ba16a7f495b495dd84ce4430efddd5e2f68ac9 (patch) | |
tree | ca12509641e16a197bde03d3ca9bc7d86c0415fa /configure | |
parent | e5f58f81f7c757b383b8c352bc708f064c3ee6f3 (diff) | |
download | ffmpeg-f7ba16a7f495b495dd84ce4430efddd5e2f68ac9.tar.gz |
Fix typo in configure error message.
Originally committed as revision 19803 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 } |