gnome-devel-docs r642 - in trunk/platform-overview: . C



Author: shaunm
Date: Tue Feb 10 20:25:35 2009
New Revision: 642
URL: http://svn.gnome.org/viewvc/gnome-devel-docs?rev=642&view=rev

Log:
* C/desktop-tech.xml:
* C/bindings.xml:
* C/apx-modules.xml:
- Various typo corrections, bugs #560082 #560084 #560086 #560089 #560090


Modified:
   trunk/platform-overview/C/apx-modules.xml
   trunk/platform-overview/C/bindings.xml
   trunk/platform-overview/C/desktop-tech.xml
   trunk/platform-overview/ChangeLog

Modified: trunk/platform-overview/C/apx-modules.xml
==============================================================================
--- trunk/platform-overview/C/apx-modules.xml	(original)
+++ trunk/platform-overview/C/apx-modules.xml	Tue Feb 10 20:25:35 2009
@@ -120,7 +120,7 @@
     <varlistentry>
       <term>libgnomecanvas</term>
       <listitem><para>The GnomeCanvas widget provides a flexible widget for
-      creating iteractive structrued graphics.</para></listitem>
+      creating interactive structured graphics.</para></listitem>
     </varlistentry>
     <varlistentry>
       <term>libgnomeui</term>
@@ -142,7 +142,7 @@
     </varlistentry>
     <varlistentry>
       <term>pango</term>
-      <listitem><para>Pango is the core textand font handling library used
+      <listitem><para>Pango is the core text and font handling library used
       in GNOME applications.  It has extensive support for the different
       writing systems used throughout the world.  Pango is discussed in
       <xref linkend="pango"/>.</para></listitem>
@@ -224,7 +224,7 @@
     </varlistentry>
     <varlistentry>
       <term>libgnomeprintui</term>
-      <listitem><para>The libgnomeprintui library provides a standart print
+      <listitem><para>The libgnomeprintui library provides a standard print
       dialog, a print preview dialog, and various other controls required for
       printing.  The GNOME print framework is discussed in <xref
       linkend="gnomeprint"/>.</para></listitem>
@@ -233,7 +233,7 @@
       <term>libgtop</term>
       <listitem><para>The libgtop library provides a portable API for obtaining
       information about running processes.  It is used in the <application>System
-      Monitor</application> applicatio.</para></listitem>
+      Monitor</application> application.</para></listitem>
     </varlistentry>
     <varlistentry>
       <term>librsvg</term>

Modified: trunk/platform-overview/C/bindings.xml
==============================================================================
--- trunk/platform-overview/C/bindings.xml	(original)
+++ trunk/platform-overview/C/bindings.xml	Tue Feb 10 20:25:35 2009
@@ -63,7 +63,7 @@
 
 <section id="other-bindings">
   <title>Other Languages</title>
-  <para>Full or partial bindings exist for many other programming langauges,
+  <para>Full or partial bindings exist for many other programming languages,
   such as C#, Eiffel, JavaScript, Ruby, and Scheme.  Even though they may not
   currently be officially supported by GNOME, many of these bindings are of the
   same high quality as the official GNOME bindings, and some of them may be

Modified: trunk/platform-overview/C/desktop-tech.xml
==============================================================================
--- trunk/platform-overview/C/desktop-tech.xml	(original)
+++ trunk/platform-overview/C/desktop-tech.xml	Tue Feb 10 20:25:35 2009
@@ -137,7 +137,7 @@
   <para><application>Nautilus</application> also allows developers to add
   items to the context menu for files and folders.  Context menu items can
   specify for which types of files they should be displayed, so the context
-  menu only provides actions that are relevent for the selected files.  For
+  menu only provides actions that are relevant for the selected files.  For
   example, <application>File Roller</application>, GNOME's archive file
   utility, adds an item to the context menu to extract archive files directly.
   Extra context menu items provide easy access to common operations on
@@ -190,7 +190,7 @@
   dialogs can be placed in this menu to make them easily accessible.
   Dialogs can be placed in the preferences menu by adding them to the
   applications registry with the <literal>Setting</literal> category.
-  Dialogs can be placed in the administraion menu using both the
+  Dialogs can be placed in the administration menu using both the
   <literal>Settings</literal> and <literal>System</literal> categories.</para>
 
   <para>If you provide a dialog that allows administrators to configure



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