[glib] docs: Fix some minor typos in the GVariant documentation



commit 361a6eb8561649ce1df1eeb2a624fd473fb02dc5
Author: Philip Withnall <philip withnall collabora co uk>
Date:   Wed Apr 30 16:58:21 2014 +0200

    docs: Fix some minor typos in the GVariant documentation
    
    https://bugzilla.gnome.org/show_bug.cgi?id=729269

 docs/reference/glib/gvariant-varargs.xml |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/docs/reference/glib/gvariant-varargs.xml b/docs/reference/glib/gvariant-varargs.xml
index 91dd97b..a189102 100644
--- a/docs/reference/glib/gvariant-varargs.xml
+++ b/docs/reference/glib/gvariant-varargs.xml
@@ -62,7 +62,7 @@
    </listitem>
    <listitem>
     <para>
-     a sequence of zero or more format strings strings, concatenated and enclosed in parentheses
+     a sequence of zero or more format strings, concatenated and enclosed in parentheses
     </para>
    </listitem>
    <listitem>
@@ -471,7 +471,7 @@
     Note that in C, small integer types in variable argument lists are promoted up to <link
     linkend='gint'><type>int</type></link> or <link linkend='guint'><type>unsigned int</type></link> as 
appropriate, and
     read back accordingly.  <link linkend='gint'><type>int</type></link> is 32 bits on every platform on 
which GLib is
-    currently suported.  This means that you can use C expressions of type <link 
linkend='gint'><type>int</type></link>
+    currently supported.  This means that you can use C expressions of type <link 
linkend='gint'><type>int</type></link>
     with <link linkend='g-variant-new'><function>g_variant_new()</function></link> and format characters
     '<literal>b</literal>', '<literal>y</literal>', '<literal>n</literal>', '<literal>q</literal>',
     '<literal>i</literal>', '<literal>u</literal>' and '<literal>h</literal>'.  Specifically, you can use 
integer


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