gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash ChangeLog configure.ac


From: strk
Subject: [Gnash-commit] gnash ChangeLog configure.ac
Date: Thu, 04 May 2006 14:32:13 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Branch:         
Changes by:     strk <address@hidden>   06/05/04 14:32:13

Modified files:
        .              : ChangeLog configure.ac 

Log message:
        fixed a couple of typos (disble=>disable)

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/gnash/ChangeLog.diff?tr1=1.262&tr2=1.263&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/gnash/gnash/configure.ac.diff?tr1=1.63&tr2=1.64&r1=text&r2=text

Patches:
Index: gnash/ChangeLog
diff -u gnash/ChangeLog:1.262 gnash/ChangeLog:1.263
--- gnash/ChangeLog:1.262       Thu May  4 14:28:35 2006
+++ gnash/ChangeLog     Thu May  4 14:32:13 2006
@@ -2,7 +2,8 @@
 
        * configure.in: accept OpenGL and Cairo args to
        --enable-renderer, as advertised in the help string.
-       Print selected renderer in summary.
+       Print selected renderer in summary. Fixed a couple
+       of typos.
 
 2006-05-04 Bastiaan Jacques <address@hidden>
 
Index: gnash/configure.ac
diff -u gnash/configure.ac:1.63 gnash/configure.ac:1.64
--- gnash/configure.ac:1.63     Thu May  4 14:28:35 2006
+++ gnash/configure.ac  Thu May  4 14:32:13 2006
@@ -408,11 +408,11 @@
 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]