gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash/doc/C accessibility.xml amf.xml appendix....


From: Rob Savoye
Subject: [Gnash-commit] gnash/doc/C accessibility.xml amf.xml appendix....
Date: Sat, 22 Apr 2006 03:12:09 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Branch:         
Changes by:     Rob Savoye <address@hidden>     06/04/22 03:12:09

Modified files:
        doc/C          : accessibility.xml amf.xml appendix.xml 
                         array.xml boolean.xml fdl-appendix.xml 
                         gnash-man.xml gnash.xml internals.xml 
                         localconnection.xml logging.xml 
                         netconnection.xml opcodes.xml plugin.xml 
                         sound.xml sources.xml xml.xml xmlnode.xml 

Log message:
        Correct spelling mistakes.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/gnash/doc/C/accessibility.xml.diff?tr1=1.2&tr2=1.3&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/gnash/gnash/doc/C/amf.xml.diff?tr1=1.1&tr2=1.2&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/gnash/gnash/doc/C/appendix.xml.diff?tr1=1.5&tr2=1.6&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/gnash/gnash/doc/C/array.xml.diff?tr1=1.1&tr2=1.2&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/gnash/gnash/doc/C/boolean.xml.diff?tr1=1.1&tr2=1.2&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/gnash/gnash/doc/C/fdl-appendix.xml.diff?tr1=1.1&tr2=1.2&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/gnash/gnash/doc/C/gnash-man.xml.diff?tr1=1.4&tr2=1.5&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/gnash/gnash/doc/C/gnash.xml.diff?tr1=1.20&tr2=1.21&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/gnash/gnash/doc/C/internals.xml.diff?tr1=1.17&tr2=1.18&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/gnash/gnash/doc/C/localconnection.xml.diff?tr1=1.4&tr2=1.5&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/gnash/gnash/doc/C/logging.xml.diff?tr1=1.2&tr2=1.3&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/gnash/gnash/doc/C/netconnection.xml.diff?tr1=1.4&tr2=1.5&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/gnash/gnash/doc/C/opcodes.xml.diff?tr1=1.1&tr2=1.2&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/gnash/gnash/doc/C/plugin.xml.diff?tr1=1.5&tr2=1.6&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/gnash/gnash/doc/C/sound.xml.diff?tr1=1.2&tr2=1.3&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/gnash/gnash/doc/C/sources.xml.diff?tr1=1.7&tr2=1.8&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/gnash/gnash/doc/C/xml.xml.diff?tr1=1.2&tr2=1.3&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/gnash/gnash/doc/C/xmlnode.xml.diff?tr1=1.2&tr2=1.3&r1=text&r2=text

Patches:
Index: gnash/doc/C/accessibility.xml
diff -u gnash/doc/C/accessibility.xml:1.2 gnash/doc/C/accessibility.xml:1.3
--- gnash/doc/C/accessibility.xml:1.2   Tue Jan 31 05:22:49 2006
+++ gnash/doc/C/accessibility.xml       Sat Apr 22 03:12:08 2006
@@ -14,7 +14,7 @@
          <term>isActive()</term>
          <listitem>
            <para>
-             Return whetehr a screen reader is in use
+             Return whether a screen reader is in use
            </para>
          </listitem>
        </varlistentry>
Index: gnash/doc/C/amf.xml
diff -u gnash/doc/C/amf.xml:1.1 gnash/doc/C/amf.xml:1.2
--- gnash/doc/C/amf.xml:1.1     Fri Feb 24 02:48:15 2006
+++ gnash/doc/C/amf.xml Sat Apr 22 03:12:08 2006
@@ -10,7 +10,7 @@
   <para>
     There are two sets of data types to consider. One set is used by
     the AfMF format, the other is an ActionScript data type tag used
-    to denote which type of object is being transfered.
+    to denote which type of object is being transferred.
   </para>
   
   <para>
Index: gnash/doc/C/appendix.xml
diff -u gnash/doc/C/appendix.xml:1.5 gnash/doc/C/appendix.xml:1.6
--- gnash/doc/C/appendix.xml:1.5        Sun Apr  2 22:55:29 2006
+++ gnash/doc/C/appendix.xml    Sat Apr 22 03:12:08 2006
@@ -12,7 +12,7 @@
       the location of braces, I prefer mine on the end of a line when
       using an <code>if</code>, <code>while</code>, or <code>do</code>
       statement. I find this more compact style easier to read and
-      parse by eye. I'm also a big fan of alays using
+      parse by eye. I'm also a big fan of always using
       braces around <code>if</code> statements, even if they're one
       liners.
     </para>
Index: gnash/doc/C/array.xml
diff -u gnash/doc/C/array.xml:1.1 gnash/doc/C/array.xml:1.2
--- gnash/doc/C/array.xml:1.1   Mon Jan 30 16:52:29 2006
+++ gnash/doc/C/array.xml       Sat Apr 22 03:12:08 2006
@@ -51,7 +51,7 @@
          <term>reverse()</term>
          <listitem>
            <para>
-             Reverse the order of the elementrs in an array.
+             Reverse the order of the elements in an array.
            </para>
          </listitem>
        </varlistentry>
Index: gnash/doc/C/boolean.xml
diff -u gnash/doc/C/boolean.xml:1.1 gnash/doc/C/boolean.xml:1.2
--- gnash/doc/C/boolean.xml:1.1 Mon Jan 30 16:52:30 2006
+++ gnash/doc/C/boolean.xml     Sat Apr 22 03:12:08 2006
@@ -2,7 +2,7 @@
   <title>Boolean ActionScript Class</title>
 
   <para>
-    This class implements an boolean object, the primary purpose of
+    This class implements a Boolean object, the primary purpose of
     which is to return a string representation of a Boolean value.
   </para>
 
@@ -15,7 +15,7 @@
          <term>toString()</term>
          <listitem>
            <para>
-             Concatenates two objects and returns a new boolean.
+             Concatenates two objects and returns a new Boolean.
            </para>
          </listitem>
        </varlistentry>
@@ -24,7 +24,7 @@
          <term>valueOf()</term>
          <listitem>
            <para>
-             Join all the boolean elements into a string.
+             Join all the Boolean elements into a string.
            </para>
          </listitem>
        </varlistentry>
Index: gnash/doc/C/fdl-appendix.xml
diff -u gnash/doc/C/fdl-appendix.xml:1.1 gnash/doc/C/fdl-appendix.xml:1.2
--- gnash/doc/C/fdl-appendix.xml:1.1    Wed Dec 21 16:45:09 2005
+++ gnash/doc/C/fdl-appendix.xml        Sat Apr 22 03:12:08 2006
@@ -34,7 +34,7 @@
       other written document <quote>free</quote> in the sense of
       freedom: to assure everyone the effective freedom to copy and
       redistribute it, with or without modifying it, either
-      commercially or noncommercially. Secondarily, this License
+      commercially or non-commercially. Secondarily, this License
       preserves for the author and publisher a way to get credit for
       their work, while not being considered responsible for
       modifications made by others.
Index: gnash/doc/C/gnash-man.xml
diff -u gnash/doc/C/gnash-man.xml:1.4 gnash/doc/C/gnash-man.xml:1.5
--- gnash/doc/C/gnash-man.xml:1.4       Thu Apr 20 19:49:03 2006
+++ gnash/doc/C/gnash-man.xml   Sat Apr 22 03:12:08 2006
@@ -77,7 +77,7 @@
     <term>-a</term>
     <listitem>
       <para>
-          Turn antialiasing on/off.  (obsolete)
+          Turn anti-aliasing on/off.  (obsolete)
       </para>
     </listitem>
   </varlistentry>
@@ -192,7 +192,7 @@
     <term>-r [0|1|2]</term>
     <listitem>
       <para>
-       0 disables renderering and sound (good for batch tests)
+       0 disables rendering and sound (good for batch tests)
       </para>
       <para>
        1 enables rendering and sound (default setting)
@@ -293,7 +293,7 @@
     <term>CTRL-A</term>
     <listitem>
       <para>
-          Toggle antialiasing (doesn't work)
+          Toggle anti-aliasing (doesn't work)
       </para>
     </listitem>
   </varlistentry>
Index: gnash/doc/C/gnash.xml
diff -u gnash/doc/C/gnash.xml:1.20 gnash/doc/C/gnash.xml:1.21
--- gnash/doc/C/gnash.xml:1.20  Fri Apr  7 01:03:45 2006
+++ gnash/doc/C/gnash.xml       Sat Apr 22 03:12:08 2006
@@ -168,14 +168,14 @@
       
       <para>
        Gnash works as standalone player, as a Mozilla Firefox plugin,
-       and as a Konqueror plugin, caled Klash. The plugins use the
+       and as a Konqueror plugin, called Klash. The plugins use the
        standalone player for processing, but embed the output into
        the browser.
       </para>
 
       <para>
        Currently Gnash uses OpenGL to get a high quality rendered
-       image. There are plans to write a Cairo backend to give Gnash
+       image. There are plans to write a Cairo back-end to give Gnash
        a performance boost on graphics processors without 3D hardware 
        acceleration, and to run in a framebuffer, with no windowing
        system at all.
@@ -183,9 +183,9 @@
 
 <!--
       <para>
-       Gnash currently has two backends for graphic display. The
+       Gnash currently has two back-ends for graphic display. The
        only one currently used by Gnash is the OpenGL one. There is
-       an XBox backend, but as I don't own an XBox, I can't verify if
+       an XBox back-end, but as I don't own an XBox, I can't verify if
        it even works anymore.
       </para>
 -->
@@ -220,7 +220,7 @@
          support is more portable, and the GTK support makes it better
          integrated into Firefox as a plugin. When using GTK, there
          is a new menu activated by a right-button mouse click that
-         can be usd to control the movie.
+         can be used to control the movie.
        </para>
       </sect3>
 
@@ -241,12 +241,12 @@
 
        <para>
          There are plans to work towards supporting all the SWF
-         version 8 or greater opcodes, as wellas as implementing the
+         version 8 or greater opcodes, as well as as implementing the
          missing methods and ActionScript classes. During the first
-         few months of Gnash's existance as a project, most of the
+         few months of Gnash's existence as a project, most of the
          focus has been towards portability issues, and getting the
-         plguin to work. Now that the plugin works, more focus will
-         be spent on catching up to full complaince with version 7
+         plugin to work. Now that the plugin works, more focus will
+         be spent on catching up to full compliance with version 7
          and beyond.
 
        </para>
@@ -313,7 +313,7 @@
 
       <para>
        While by default no options are necessary, there are options
-       that can be used to change <code>gnash's</code> basic
+       that can be used to change <code>Gnash's</code> basic
        behavior.
       </para>
       
Index: gnash/doc/C/internals.xml
diff -u gnash/doc/C/internals.xml:1.17 gnash/doc/C/internals.xml:1.18
--- gnash/doc/C/internals.xml:1.17      Thu Apr 20 19:22:41 2006
+++ gnash/doc/C/internals.xml   Sat Apr 22 03:12:08 2006
@@ -41,7 +41,7 @@
        <title>libgnashgeo</title>
        
        <para>
-         Libgnashgeo contains code for device independant graphics routines.
+         Libgnashgeo contains code for device independent graphics routines.
        </para>
        
       </sect4>
@@ -68,7 +68,7 @@
          AMF is the data format used internally by Flash. This is
          Gnash's support library to handle AMF data. This is
          currently unused, but when the LocalConnection class is more
-         fully implemented, this will be used to trasnfer data
+         fully implemented, this will be used to transfer data
          between flash movies.
        </para>
       </sect4>
@@ -113,7 +113,7 @@
        <title>The Standalone Player</title>
        
        <para>
-         This is the standalone OpenGL backend used to play
+         This is the standalone OpenGL back-end used to play
          movies. There are several command line options and keyboard
          control keys used by Gnash that <link linkend="usage"> are
          documented here.</link> 
@@ -125,7 +125,7 @@
        <title>Gparser</title>
        
        <para>
-         Gparser use the Gnash parser to dissamble the flash
+         Gparser use the Gnash parser to disassemble the flash
          movie, and dumps the object types, the depth, and other
          information to make sure Gnash is parsing the file
          correctly.
@@ -248,7 +248,7 @@
          programs to play video, audio, and other multimedia content
          in the browser. With some support added to the external
          application, it's possible to force the external program to
-         use the internal window in the browser where ths plugin is
+         use the internal window in the browser where this plugin is
          supposed to display. This enables one to then run the
          standalone player and display it's output in the browser.
        </para>
@@ -283,7 +283,7 @@
          force Firefox to register the plugins again. This is an
          ascii text file, so if the patch has been added correctly,
          you'll see an entry for <code>swf</code> files after it is
-         recreated. You will need to restatr Firefox to recreate this
+         recreated. You will need to restart Firefox to recreate this
          file.
        </para>
 
@@ -334,7 +334,7 @@
        Adding a new ActionScript class is a relatively simple
        process. A new file is created to hold the code, with an
        associated header file. The file name is usually the name of
-       the ActionScript class iself, something like
+       the ActionScript class itself, something like
        <code>XML</code>. All implementations are written in
        <code>C++</code>. In the CVS source tree for Gnash, there is a
        utility file called <code>gen-files.sh</code> that can be used
@@ -414,7 +414,7 @@
          <code>m_members</code>, is a list of each symbol name and it's
          associated code. Normally this is kept internally within the
          interpreter engine, but in this example for certain methods we
-         want to return a point to outself, instead of getting the data
+         want to return a point to itself, instead of getting the data
          from the list.
          
          <programlisting>
@@ -468,7 +468,7 @@
          The <code>fn_call</code> data structure has several methods
          for operating on the data for the
          function. <code>fn_call::nargs</code> is a variable that
-         soecigfies how many arguments are being passed in. Al the
+         soecifies how many arguments are being passed in. Al the
          arguments are on a stack. To pop an argument off the stack,
          use <code>fn.env->top(0)</code>. In this case popping the
          first argument off the stack. 
@@ -477,7 +477,7 @@
        <para>
          The object popped off the stack also has it's own methods. The
          main one of interest is <code>get_type</code>. This returns
-         the type of the object being refered to. 
+         the type of the object being referred to. 
          
          <programlisting>
          if (fn.env->top(0).get_type() == as_value::STRING) {
@@ -493,7 +493,7 @@
          <code>C_FUNCTION</code>, <code>AS_FUNCTION</code>.  Because
          they are defined as part of the as_value class, they need to
          always have the class name prefixed to use these as a
-         constant. You can retrive the value of an
+         constant. You can retrieve the value of an
          <code>as_value</code> using the conversion methods. For
          example, <code>to_tu_string</code> returns the value as string
          using the Gnash small STL library. Similarly,
@@ -598,7 +598,7 @@
        methods and properties using the <code>fn_call</code> data
        structure. This data structure contains all the incoming
        parameters for a callback, as well as it contains the final
-       result from the callback to be pased back into the
+       result from the callback to be passed back into the
        player.
       </para>
 
@@ -1446,7 +1446,7 @@
        are <code>BOOLEAN</code>, <code>STRING</code>,
        <code>NUMBER</code>, <code>OBJECT</code>,
        <code>C_FUNCTION</code>, <code>AS_FUNCTION</code>. You can
-       retrive the value of an <code>as_value</code> using the
+       retrieve the value of an <code>as_value</code> using the
        conversion methods. For example, <code>to_tu_string</code>
        returns the value as string using the Gnash small STL
        library. Similarly, <code>to_number</code> would return this
@@ -1493,7 +1493,7 @@
            of an object after it is created, or to change the
            existing value. The <code>=</code> operator is also
            supported, so it is also possible to set a value and it's
-           type this way as well. I sort of lean towards the explict
+           type this way as well. I sort of lean towards the explicit
            style of setting a type, so here's all the methods that
            explicitly set a value.
          </para>
@@ -1536,7 +1536,7 @@
              <listitem>
                <para>
                  Set the value to an tu_string value. Once all the
-                 containers have been converted to usihng standard
+                 containers have been converted to using standard
                  STL classes, this method will go away.
                </para>
              </listitem>
@@ -1635,7 +1635,7 @@
              <listitem>
                <para>
                  Return the value as a tu_string value. Once all the
-                 containers have been converted to usihng standard
+                 containers have been converted to using standard
                  STL classes, this method will go away.
                </para>
              </listitem>
@@ -1644,7 +1644,7 @@
              <term>as_value::is_nan()</term>
              <listitem>
                <para>
-                 Retrun true if set to NaN (Not a Number).
+                 Return true if set to NaN (Not a Number).
                </para>
              </listitem>
            </varlistentry>
@@ -1674,7 +1674,7 @@
                  as the "handle" for an object within Gnash. You
                  would use this when you need to do
                  <code>set_member()</code> or
-                 <code>get_member()</code> opterations.
+                 <code>get_member()</code> operations.
                </para>
              </listitem>
            </varlistentry>
@@ -1832,7 +1832,7 @@
        </para>
        
        <para>
-         You can get more details by ading command line option when
+         You can get more details by adding command line option when
          invoking <code>make</code>. The <code>make check</code> target
          in the Makefile supports a variable, <code>RUNTESTFLAGS</code>
          that gets passed to DejaGnu when it's invoked by <code>make</code>.
@@ -1858,7 +1858,7 @@
        <para>
          You can also run all the test cases by hand, which is useful
          if you want to see all the debug output from the test
-         case. Often the debug messags that come deep from within
+         case. Often the debug message that come deep from within
          Gnash are the most useful during development.
        </para>
 
Index: gnash/doc/C/localconnection.xml
diff -u gnash/doc/C/localconnection.xml:1.4 gnash/doc/C/localconnection.xml:1.5
--- gnash/doc/C/localconnection.xml:1.4 Sun Apr  2 21:45:55 2006
+++ gnash/doc/C/localconnection.xml     Sat Apr 22 03:12:08 2006
@@ -37,7 +37,7 @@
            <para>
              This establishes a connection point so other movies can
              remotely execute methods in this movie. The shared
-             memory segment is created in a form that can be atatched
+             memory segment is created in a form that can be attached
              to by a client. The code that actually remotely executes a
              method has yet to be written for Gnash.
            </para>
Index: gnash/doc/C/logging.xml
diff -u gnash/doc/C/logging.xml:1.2 gnash/doc/C/logging.xml:1.3
--- gnash/doc/C/logging.xml:1.2 Sun Mar 12 00:35:15 2006
+++ gnash/doc/C/logging.xml     Sat Apr 22 03:12:08 2006
@@ -17,14 +17,14 @@
   </para>
   
   <para>
-    It became apparant one day the callback was never needed, and I
+    It became apparent one day the callback was never needed, and I
     got tired of having to use <code>c_str()</code> on string data
     just to print them out.
   </para>
   
   <para>
     If a filename is not specified at object construction time, a
-    default name of <code>gnash-dbg.log</code> is used. If nash was
+    default name of <code>gnash-dbg.log</code> is used. If Gnash was
     started from the command line, the debug log will be created in
     the current directory. When executing Gnash from a launcher under
     <code>GNOME</code> or <code>KDE</code> the debug file goes in your
@@ -109,7 +109,7 @@
          <para>
            When this is included in a C++ method, a message is
            printed when entering and exiting this method by hooking
-           into the constuctor and destructor. These are always
+           into the constructor and destructor. These are always
            written to the disk file, but optionally written to the
            screen only at the highest levels of verbosity.
          </para>
Index: gnash/doc/C/netconnection.xml
diff -u gnash/doc/C/netconnection.xml:1.4 gnash/doc/C/netconnection.xml:1.5
--- gnash/doc/C/netconnection.xml:1.4   Sun Apr  2 21:45:55 2006
+++ gnash/doc/C/netconnection.xml       Sat Apr 22 03:12:08 2006
@@ -85,7 +85,7 @@
              </entry>
              <entry valign="top" align="center">
                <para>
-                 This method is paritally implemented. It can only be
+                 This method is partially implemented. It can only be
                  used in conjunction with the <link
                  linkend="asnetstream">NetStream</link> and <link
                  linkend="asvideo">Video</link> classes, it cannot
Index: gnash/doc/C/opcodes.xml
diff -u gnash/doc/C/opcodes.xml:1.1 gnash/doc/C/opcodes.xml:1.2
--- gnash/doc/C/opcodes.xml:1.1 Sun Apr  2 01:55:37 2006
+++ gnash/doc/C/opcodes.xml     Sat Apr 22 03:12:08 2006
@@ -6,7 +6,7 @@
       majority of them up to version 7 of the Flash format. Gnash will
       print an "unimplemented" message whenever it sees an opcode that
       isn't implemented. If you try to play a movie and it doesn't
-      appear to be executing properly,  reun <code>gnash</code> or
+      appear to be executing properly,  run <code>gnash</code> or
       <code>gprocessor</code> with the <code>-v</code> option to see
       the debug messages. You can also use the <code>-w</code> option
       to <code>gnash</code> to write the debug messages to disk.
Index: gnash/doc/C/plugin.xml
diff -u gnash/doc/C/plugin.xml:1.5 gnash/doc/C/plugin.xml:1.6
--- gnash/doc/C/plugin.xml:1.5  Thu Apr 20 19:22:41 2006
+++ gnash/doc/C/plugin.xml      Sat Apr 22 03:12:08 2006
@@ -32,7 +32,7 @@
       initialize and destroy a plugin. This is so a plugin can be
       portable across multiple systems, since C++ code is not portable
       between most C++ compilers. This where most of the behind the
-      scenss work is done in a plugin. For Gnash, the sources this
+      scenes work is done in a plugin. For Gnash, the sources this
       lower layer are in <code>plugin/mozilla-sdk</code>. They were
       added to the Gnash source tree so it wouldn't be necessary to
       have the Mozilla development packages installed to compile the
@@ -132,7 +132,7 @@
       three Flash movies on a web page, then three instances are
       created. Unfortunately for plugin programmers, these functions
       may randomly be called more than once, so it's good to use
-      initialization flags for things that ahould only be done one per
+      initialization flags for things that should only be done one per
       thread. For instance, <code>nsPluginInstance::init()</code> and
       <code>nsPluginInstance::SetWindow()</code> are called more than
       once, so the plugin must protect against actions that could be
@@ -269,7 +269,7 @@
        <term>nsPluginInstance::GetValue</term>
        <listitem>
          <para>
-           This returns information to the browser about the plugins's
+           This returns information to the browser about the plugin's
            name and description.
          </para>
        </listitem>
@@ -293,7 +293,7 @@
       any internal data. While it is difficult to render OpenGL from
       multiple threads, it can be done with the proper locking. The
       downside is the locking adds a performance hit, since all the
-      threads will have to have the access sychronized by using
+      threads will have to have the access synchronized by using
       mutexes.
     </para>
     
Index: gnash/doc/C/sound.xml
diff -u gnash/doc/C/sound.xml:1.2 gnash/doc/C/sound.xml:1.3
--- gnash/doc/C/sound.xml:1.2   Tue Jan 31 05:22:49 2006
+++ gnash/doc/C/sound.xml       Sat Apr 22 03:12:08 2006
@@ -168,7 +168,7 @@
          <term>onID3</term>
          <listitem>
            <para>
-             Called when ID3 data is avilable
+             Called when ID3 data is available
            </para>
          </listitem>
        </varlistentry>
Index: gnash/doc/C/sources.xml
diff -u gnash/doc/C/sources.xml:1.7 gnash/doc/C/sources.xml:1.8
--- gnash/doc/C/sources.xml:1.7 Mon Apr 10 01:18:11 2006
+++ gnash/doc/C/sources.xml     Sat Apr 22 03:12:08 2006
@@ -8,7 +8,7 @@
     <title>Code Dependancies</title>
 
     <para>
-      Gnash has dependancies on other packages. When installing
+      Gnash has dependencies on other packages. When installing
       from a packaged release file (rpm, deb, whatever), you'll need
       to install the development versions to get the tools used to
       compile Gnash. The normal runtime packages installed are usually
@@ -51,7 +51,7 @@
     <sect3 id="pango">
       <title>Pango</title>
       <para>
-       Pango is a dependancy of GtkGlExt, and is used for font handling.
+       Pango is a dependency of GtkGlExt, and is used for font handling.
       </para>
       <para>
        To install a binary package using apt-get (on Debian based
@@ -63,7 +63,7 @@
     <sect3 id="atk">
       <title>Atk</title>
       <para>
-       Atk is a dependancy of GtkGlExt, and is used for accesibility
+       Atk is a dependency of GtkGlExt, and is used for accesibility
        support.
       </para>
       <para>
@@ -76,7 +76,7 @@
     <sect3 id="cairo">
       <title>Cairo</title>
       <para>
-       Cairo is a dependancy of GtkGlExt, and is used for 2D rendering.
+       Cairo is a dependency of GtkGlExt, and is used for 2D rendering.
       </para>
       <para>
        To install a binary package using apt-get (on Debian based
@@ -88,7 +88,7 @@
     <sect3 id="glib">
       <title>Glib</title>
       <para>
-       Glib is a dependancy of GtkGlExt, and is a collection of
+       Glib is a dependency of GtkGlExt, and is a collection of
        commonly used functions.
       </para>
       <para>
@@ -433,7 +433,7 @@
        want Gnash to use a specific version of a development package,
        or the configure test for Gnash fails to find the
        component. There are a lot of options, but Gnash has a lot of
-       dependancies. If you find a configure test is failing on your
+       dependencies. If you find a configure test is failing on your
        machine, please <ulink  type="http"
        url="https://savannah.gnu.org/bugs/?group=gnash";>submit a patch</ulink>
        or <ulink  type="http"
@@ -1123,7 +1123,7 @@
            <listitem>
              <para>
                The host architecture. This is the architecture the
-               executables are supposed to run on. This is usally the
+               executables are supposed to run on. This is usually the
                same as <code>--target</code> except when building a
                Canadian Cross. This is when you build a cross
                compiler on a Unix machine, that runs on a
@@ -1213,7 +1213,7 @@
        url="http://www.stack.nl/~dimitri/doxygen/index.html";>
        Doxygen</ulink> to produce <code>HTML</code> pages documenting
        the internals of Gnash. While this is not necessarily
-       internals documentattion, it does give very useful information
+       internals documentation, it does give very useful information
        about all the files, the classes, a cross reference, and other
        data.
       </para>
Index: gnash/doc/C/xml.xml
diff -u gnash/doc/C/xml.xml:1.2 gnash/doc/C/xml.xml:1.3
--- gnash/doc/C/xml.xml:1.2     Tue Jan 31 05:22:49 2006
+++ gnash/doc/C/xml.xml Sat Apr 22 03:12:08 2006
@@ -14,7 +14,7 @@
                    <term>addRequestHeader()</term>
                    <listitem>
                    <para>
-                     Chnage the HTTP header
+                     Change the HTTP header
                    </para>
                    </listitem>
            </varlistentry>
Index: gnash/doc/C/xmlnode.xml
diff -u gnash/doc/C/xmlnode.xml:1.2 gnash/doc/C/xmlnode.xml:1.3
--- gnash/doc/C/xmlnode.xml:1.2 Mon Feb 13 14:21:22 2006
+++ gnash/doc/C/xmlnode.xml     Sat Apr 22 03:12:08 2006
@@ -218,7 +218,7 @@
              </entry>
              <entry valign="top" align="center">
                <para>
-                 This method is plemented
+                 This method is implemented
                </para>
              </entry>
            </row>




reply via email to

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