gnash-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-dev] [patch] fix two typos in the configure help text


From: Petter Reinholdtsen
Subject: [Gnash-dev] [patch] fix two typos in the configure help text
Date: Sun, 02 Apr 2006 10:27:00 +0200
User-agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.4 (usg-unix-v)

Here is a patch to fix two typos in the configure help text.

Index: configure.ac
===================================================================
RCS file: /sources/gnash/gnash/configure.ac,v
retrieving revision 1.56
diff -u -3 -p -r1.56 configure.ac
--- configure.ac        31 Mar 2006 17:37:18 -0000      1.56
+++ configure.ac        2 Apr 2006 08:25:45 -0000
@@ -381,11 +381,11 @@ fi
 if test x$xml = xno; then
   echo "        XML and XMLSocket disabled"
 else
-  echo "        XML and XMLSocket enabled (default). Use --disble-xml to 
disable."
+  echo "        XML and XMLSocket enabled (default). Use --disable-xml to 
disable."
 fi

 if test x"$plugin" = x"yes"; then
-  echo "        Firefox plugin enabled (default). Use --disble-plugin to 
disable."
+  echo "        Firefox plugin enabled (default). Use --disable-plugin to 
disable."
 else
   echo "        Firefox plugin disabled"
 fi




reply via email to

[Prev in Thread] Current Thread [Next in Thread]