gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash/doc/C extensions.xml fileext.xml mysqlext...


From: Ann Barcomb
Subject: [Gnash-commit] gnash/doc/C extensions.xml fileext.xml mysqlext...
Date: Thu, 22 Feb 2007 19:23:59 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Ann Barcomb <ann>       07/02/22 19:23:59

Modified files:
        doc/C          : extensions.xml fileext.xml mysqlext.xml 

Log message:
        Spelling corrections.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/doc/C/extensions.xml?cvsroot=gnash&r1=1.2&r2=1.3
http://cvs.savannah.gnu.org/viewcvs/gnash/doc/C/fileext.xml?cvsroot=gnash&r1=1.1&r2=1.2
http://cvs.savannah.gnu.org/viewcvs/gnash/doc/C/mysqlext.xml?cvsroot=gnash&r1=1.1&r2=1.2

Patches:
Index: extensions.xml
===================================================================
RCS file: /sources/gnash/gnash/doc/C/extensions.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- extensions.xml      16 Feb 2007 05:34:21 -0000      1.2
+++ extensions.xml      22 Feb 2007 19:23:59 -0000      1.3
@@ -47,7 +47,7 @@
     extension files specify the class name and methods it implements
     in an identical style as adding any new ActionScript class. The
     advantage is the class itself is compiled code, and runs much
-    faster than the equivilant byte codes which all have to be
+    faster than the equivalent byte codes which all have to be
     interpreted..
   </para>
 
@@ -96,7 +96,7 @@
       layer, than to get carried away with creating beautiful
       abstractions. Higher-level classes that offer a lot of new
       functionality are fine, but is different than wrapping a library
-      so it can be used from withint Gnash.
+      so it can be used from within Gnash.
     </para>
 
     <sect3 id="craftext">
@@ -292,7 +292,7 @@
     <title>Included Extensions</title>
 
     <para>
-      Gnash has sme extensions included in the distribution. This is
+      Gnash has some extensions included in the distribution. This is
       mostly because they were written by the Gnash team. Extensions
       can be external to gnash, Gnash needs no compiled in knowledge
       to load an extension file.

Index: fileext.xml
===================================================================
RCS file: /sources/gnash/gnash/doc/C/fileext.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- fileext.xml 16 Feb 2007 05:34:21 -0000      1.1
+++ fileext.xml 22 Feb 2007 19:23:59 -0000      1.2
@@ -42,7 +42,7 @@
       <term>fgets</term>
       <listitem>
        <para>
-         Read a single line until a Cariage Return from the opened file.
+         Read a single line until a Carriage Return from the opened file.
        </para>
       </listitem>
     </varlistentry>

Index: mysqlext.xml
===================================================================
RCS file: /sources/gnash/gnash/doc/C/mysqlext.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- mysqlext.xml        16 Feb 2007 05:34:21 -0000      1.1
+++ mysqlext.xml        22 Feb 2007 19:23:59 -0000      1.2
@@ -6,8 +6,8 @@
     The MySQL ActionScript class follows the same API as MySQL, even down
     to the same arguments to the same function names. This enables a
     Flash movie to have direct access to a MySQL
-    database. Traditionally Flash movies have had no datatbase
-    support, they either hsad to use arrays, or use XML to communicate
+    database. Traditionally Flash movies have had no database
+    support, they either had to use arrays, or use XML to communicate
     to an application specific external database daemon.
   </para>
 




reply via email to

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