From fc53da2037b21096dc2b740e044fd1f75d4cc971 Mon Sep 17 00:00:00 2001
From: Diego Biurrun <diego@biurrun.de>
Date: Tue, 12 Dec 2006 20:40:39 +0000
Subject: [PATCH] typo

Originally committed as revision 7292 to svn://svn.ffmpeg.org/ffmpeg/trunk
---
 configure | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure b/configure
index 0360ad3e86e..be4e5747385 100755
--- a/configure
+++ b/configure
@@ -38,7 +38,7 @@ if test "$E1" != 0 || test "$E2" = 0; then
         try_exec /usr/xpg4/bin/sh "$0" "$@"
     fi
     echo "No compatible shell script interpreter found."
-    echo "This configure script requires a POSIX compatible shell"
+    echo "This configure script requires a POSIX-compatible shell"
     echo "such as bash or ksh."
     echo "THIS IS NOT A BUG IN FFMPEG, DO NOT REPORT IT AS SUCH."
     echo "Instead, install a working POSIX-compatible shell."
-- 
GitLab