[jhbuild] doc: Fix various typos



commit 4af19fbbe85acd9326ad07eb5da3d87bd6766f2a
Author: Sebastian Rasmussen <sebras gmail com>
Date:   Sat May 7 14:08:20 2016 +0200

    doc: Fix various typos
    
    Fixes https://bugzilla.gnome.org/show_bug.cgi?id=766104

 doc/C/index.docbook |   25 +++++++++++++------------
 1 files changed, 13 insertions(+), 12 deletions(-)
---
diff --git a/doc/C/index.docbook b/doc/C/index.docbook
index 86e3a5e..e8e896c 100644
--- a/doc/C/index.docbook
+++ b/doc/C/index.docbook
@@ -403,7 +403,7 @@
             (<filename>/etc/xml/catalog</filename>).</simpara>
         </listitem>
         <listitem>
-          <simpara>X libraries</simpara>
+          <simpara>X libraries.</simpara>
         </listitem>
         <listitem>
           <simpara><filename>libsmbclient</filename> from Samba (used for
@@ -1677,7 +1677,7 @@ Optional packages: (JHBuild will build the missing packages)
                 </example>
               </listitem>
               <listitem>
-                <simpara>Subversion: URI of module branch E.g.
+                <simpara>Subversion: URI of module branch. E.g.
                   <literal>'svn://svn.example.net/project/gnome-2-28'</literal>
                 </simpara>
               </listitem>
@@ -1792,7 +1792,7 @@ Optional packages: (JHBuild will build the missing packages)
               flag as a way to disable fatal compiler warnings.  The value of <literal>True</literal> is
               selected as a reasonable default for those using jhbuild as a means to get an up-to-date 
version of
               software packages without being side-tracked by build failures in other people's modules.
-              Settings this value to <literal>False</literal> may make sense for those using jhbuild as part 
of
+              Setting this value to <literal>False</literal> may make sense for those using jhbuild as part 
of
               a continuous integration or testing system.
             </simpara>
           </listitem>
@@ -2096,7 +2096,7 @@ Optional packages: (JHBuild will build the missing packages)
           <listitem>
             <simpara>A boolean value, if set to <constant>True</constant>
               JHBuild will not build modules, but just download and unpack the
-              sources. The default vale is <constant>False</constant>.</simpara>
+              sources. The default value is <constant>False</constant>.</simpara>
           </listitem>
         </varlistentry>
         <varlistentry id="cfg-nonetwork">
@@ -2142,7 +2142,7 @@ Optional packages: (JHBuild will build the missing packages)
           <listitem>
             <simpara>A boolean value specifying whether to show an icon in the
               system tray using Zenity. If set to <constant>False</constant>,
-              notifications are emitted. Defaults to <constant>True</constant>.
+              an icon is shown. Defaults to <constant>True</constant>.
             </simpara>
           </listitem>
         </varlistentry>
@@ -2155,7 +2155,7 @@ Optional packages: (JHBuild will build the missing packages)
               JHBuild will run any graphical tests on the real X server, rather
               than using <command>Xvfb</command>. This option is equivalent to
               passing <option>--no-xvfb</option>. The default value is
-              <constant>False</constant></simpara>
+              <constant>False</constant>.</simpara>
           </listitem>
         </varlistentry>
         <varlistentry id="cfg-partial-build">
@@ -2391,9 +2391,10 @@ Optional packages: (JHBuild will build the missing packages)
               that are used for building them.  You should use <literal>conditions.add()</literal> and
               <literal>conditions.discard()</literal> to modify the list if you want to make 
changes.</simpara>
             <simpara>The original set of conditions is determined on a per-OS basis and can be modified using
-              the --conditions= commandline argument.  The changes made by --conditions are visible at the 
time
-              that jhbuildrc is sourced, so you can set other variables based on the current value of the 
set,
-              but --conditions will be applied again after any changes made by jhbuildrc.</simpara>
+              the <option>--conditions=</option> commandline argument.  The changes made by
+              <option>--conditions</option> are visible at the time that jhbuildrc is sourced, so you can set
+              other variables based on the current value of the set, but <option>--conditions</option> will 
be
+              applied again after any changes made by jhbuildrc.</simpara>
           </listitem>
         </varlistentry>
       </variablelist>
@@ -3061,7 +3062,7 @@ Optional packages: (JHBuild will build the missing packages)
         <title>distutils</title>
 
         <para>The <sgmltag class="element">distutils</sgmltag> element is used
-          to define a module which is built using python's distutils</para>
+          to define a module which is built using python's distutils.</para>
 
 <programlisting>
 &lt;distutils id="<replaceable>modulename</replaceable>"
@@ -3332,7 +3333,7 @@ Optional packages: (JHBuild will build the missing packages)
           invoke all .py files. 'ldtp' invokes 'ldtprunner run.xml'.</para>
 
         <para>Unless the noxvfb configuration option is set, an Xvfb server is
-          started to run the tests in</para>
+          started to run the tests in.</para>
       </section>
 
       <section id="moduleset-syntax-defs-metamodule">
@@ -3421,7 +3422,7 @@ Optional packages: (JHBuild will build the missing packages)
           <para>The <sgmltag class="attribute">name</sgmltag> attribute should
             be a unique identifier for the Subversion repository.</para>
 
-          <para>If <sgmltag class="attribute">default</sgmltag> attribute says
+          <para>The <sgmltag class="attribute">default</sgmltag> attribute says
             whether this is the default module source for this module set file.
           </para>
 


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