gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash/doc/C internals.xml fdl-appendix.xml key....


From: Ann Barcomb
Subject: [Gnash-commit] gnash/doc/C internals.xml fdl-appendix.xml key....
Date: Mon, 04 Dec 2006 18:38:53 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Ann Barcomb <ann>       06/12/04 18:38:53

Modified files:
        doc/C          : internals.xml fdl-appendix.xml key.xml 
                         logging.xml netconnection.xml rtmp.xml 
                         sound.xml sources.xml 

Log message:
        Spelling (and typo) corrections.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/doc/C/internals.xml?cvsroot=gnash&r1=1.34&r2=1.35
http://cvs.savannah.gnu.org/viewcvs/gnash/doc/C/fdl-appendix.xml?cvsroot=gnash&r1=1.4&r2=1.5
http://cvs.savannah.gnu.org/viewcvs/gnash/doc/C/key.xml?cvsroot=gnash&r1=1.3&r2=1.4
http://cvs.savannah.gnu.org/viewcvs/gnash/doc/C/logging.xml?cvsroot=gnash&r1=1.5&r2=1.6
http://cvs.savannah.gnu.org/viewcvs/gnash/doc/C/netconnection.xml?cvsroot=gnash&r1=1.8&r2=1.9
http://cvs.savannah.gnu.org/viewcvs/gnash/doc/C/rtmp.xml?cvsroot=gnash&r1=1.4&r2=1.5
http://cvs.savannah.gnu.org/viewcvs/gnash/doc/C/sound.xml?cvsroot=gnash&r1=1.4&r2=1.5
http://cvs.savannah.gnu.org/viewcvs/gnash/doc/C/sources.xml?cvsroot=gnash&r1=1.19&r2=1.20

Patches:
Index: internals.xml
===================================================================
RCS file: /sources/gnash/gnash/doc/C/internals.xml,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -b -r1.34 -r1.35
--- internals.xml       2 Dec 2006 16:30:00 -0000       1.34
+++ internals.xml       4 Dec 2006 18:38:53 -0000       1.35
@@ -1860,7 +1860,7 @@
       </programlisting>
 
       <para>
-       In the source element we place parts of the undecodede sounddata, and
+       In the source element we place parts of the undecoded sounddata, and
        when playing the pipeline will pull the data from the element. Via
        callbacks it is refilled if needed. In the capsfilter the data is
        labeled with the format of the data. The decoder (surprise!) decodes

Index: fdl-appendix.xml
===================================================================
RCS file: /sources/gnash/gnash/doc/C/fdl-appendix.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -b -r1.4 -r1.5
--- fdl-appendix.xml    20 Oct 2006 15:12:54 -0000      1.4
+++ fdl-appendix.xml    4 Dec 2006 18:38:53 -0000       1.5
@@ -525,7 +525,7 @@
     
     <para>
       You may extract a single document from such a collection, and
-      dispbibute it individually under this License, provided you
+      distribute it individually under this License, provided you
       insert a copy of this License into the extracted document, and
       follow this License in all other respects regarding verbatim
       copying of that document.

Index: key.xml
===================================================================
RCS file: /sources/gnash/gnash/doc/C/key.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- key.xml     20 Oct 2006 15:12:55 -0000      1.3
+++ key.xml     4 Dec 2006 18:38:53 -0000       1.4
@@ -23,7 +23,7 @@
          <term>getAscii()</term>
          <listitem>
            <para>
-             Return the ACSII value of the key.
+             Return the ASCII value of the key.
            </para>
          </listitem>
        </varlistentry>

Index: logging.xml
===================================================================
RCS file: /sources/gnash/gnash/doc/C/logging.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -b -r1.5 -r1.6
--- logging.xml 21 Oct 2006 10:29:43 -0000      1.5
+++ logging.xml 4 Dec 2006 18:38:53 -0000       1.6
@@ -44,7 +44,7 @@
 
     <para>
       These functions are clones of the originals as they were used
-      for Gnash. These function the same as always except outout can
+      for Gnash. These function the same as always except output can
       be logged to disk now as well. These currently print no
       timestamp with the output, which is the older functionality. As
       these functions are implemented on top of the C++ API now, they

Index: netconnection.xml
===================================================================
RCS file: /sources/gnash/gnash/doc/C/netconnection.xml,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -b -r1.8 -r1.9
--- netconnection.xml   20 Oct 2006 18:22:40 -0000      1.8
+++ netconnection.xml   4 Dec 2006 18:38:53 -0000       1.9
@@ -9,10 +9,10 @@
   </para>
 
   <para>
-    This class was first introduced for swf v7 and the behaviour has
+    This class was first introduced for swf v7 and the behavior has
     recently changed slightly to allow the loading of files from
     external systems. Prior to this, you were required to pass NULL to
-    this class. Gnash handles both cases. The older behaviour is default
+    this class. Gnash handles both cases. The older behavior is default
     when connecting to the local filesystem for the file.
   </para>
 

Index: rtmp.xml
===================================================================
RCS file: /sources/gnash/gnash/doc/C/rtmp.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -b -r1.4 -r1.5
--- rtmp.xml    20 Oct 2006 18:53:02 -0000      1.4
+++ rtmp.xml    4 Dec 2006 18:38:53 -0000       1.5
@@ -97,7 +97,7 @@
     </programlisting>
     
     We'll take this apart in a bit, but you can see how all three AMF
-    packets are in the same message. The message is recieved in
+    packets are in the same message. The message is received in
     several 128 byte blocks, with the last one being less than
     that. The total size of the RTMP message is in the header, so the
     reader can tell if the entire message was read or not.
@@ -481,7 +481,7 @@
     For messages with a 12 byte header, the last 4 bytes are the
     routing of the message. If the destination is the server, this
     value is the NetStream object source. If the destination is the
-    cllient, this is the NetStream object for this RTMP message. A
+    client, this is the NetStream object for this RTMP message. A
     value of 0x00000000 appears to be reserved for the NetConnection
     object. 
   </para>

Index: sound.xml
===================================================================
RCS file: /sources/gnash/gnash/doc/C/sound.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -b -r1.4 -r1.5
--- sound.xml   20 Oct 2006 15:10:02 -0000      1.4
+++ sound.xml   4 Dec 2006 18:38:53 -0000       1.5
@@ -95,7 +95,7 @@
          <term>setVolume()</term>
          <listitem>
            <para>
-             Set the volumne for playing.
+             Set the volume for playing.
            </para>
          </listitem>
        </varlistentry>

Index: sources.xml
===================================================================
RCS file: /sources/gnash/gnash/doc/C/sources.xml,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -b -r1.19 -r1.20
--- sources.xml 6 Nov 2006 19:44:29 -0000       1.19
+++ sources.xml 4 Dec 2006 18:38:53 -0000       1.20
@@ -5,7 +5,7 @@
   </para>
   
   <sect2 id="codedepend">
-    <title>Code Dependancies</title>
+    <title>Code Dependencies</title>
 
     <para>
       Gnash has dependencies on other packages. When installing
@@ -283,7 +283,7 @@
   </sect2>
   
   <sect2 id="docdepend">
-    <title>Documentation Dependancies</title>
+    <title>Documentation Dependencies</title>
     
     <sect3 id="docbook">
       <title>Docbook</title>
@@ -420,7 +420,7 @@
       The <emphasis>configure</emphasis> script is not included in the CVS
       sources. It must be produced by running the
       <emphasis>./autogen.sh</emphasis> script in the top level source
-      drirectory. This script requires you have <emphasis>autoconf</emphasis>,
+      directory. This script requires you have <emphasis>autoconf</emphasis>,
       <emphasis>automake</emphasis>, and <emphasis>libtool</emphasis> 
installed.
       After building this script, you can configure Gnash by running it from
       the source directory like this: <emphasis>./configure</emphasis>, or from
@@ -618,7 +618,7 @@
          <term>--with-qt-libraries</term>
          <listitem>
            <para>
-             Directory wherethe QT libraries are installed. This is
+             Directory where the QT libraries are installed. This is
              only used by the Klash plugin.
            </para>
          </listitem>
@@ -977,10 +977,10 @@
        </varlistentry>
 
        <varlistentry>
-         <term>--disble-klash</term>
+         <term>--disable-klash</term>
          <listitem>
            <para>
-             Disble support for Konqueror plugin. If
+             Disable support for Konqueror plugin. If
              <emphasis>--enable--plugin</emphasis> is  specified, and
              support for building KDE programs is found, Klash is
              built by default. This option limits the plugin to only
@@ -1138,7 +1138,7 @@
              <emphasis>agg</emphasis> work sufficiently. OpenGL is
              used when you have hardware accelerated graphics. AGG i
              used when you don't have hardware accelerated
-             graphics. Tyically most desktop machines have OpenGL
+             graphics. Typically most desktop machines have OpenGL
              support, and most embedded systems don't. OpenGl is the
              default when building Gnash.
            </para>
@@ -1367,7 +1367,7 @@
       The traditional way that works on all Unix platforms is to set
       the LD_LIBRARY_PATH environment variable to $prefix/lib. You
       can have multiple paths in this variable as long as they are
-      separated by a colon ":" character.
+      seperated by a colon ":" character.
     </para>
 
     <para>




reply via email to

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