summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Withnall <philip.withnall@collabora.co.uk>2014-04-30 16:58:21 +0200
committerPhilip Withnall <philip.withnall@collabora.co.uk>2014-05-01 15:34:30 +0200
commit361a6eb8561649ce1df1eeb2a624fd473fb02dc5 (patch)
tree0adce9ce965d8ff630745e37dcb2b0c8ee046f18
parentfca1b83be74c9840037cfee84015fd8460cc33f9 (diff)
docs: Fix some minor typos in the GVariant documentation
https://bugzilla.gnome.org/show_bug.cgi?id=729269
-rw-r--r--docs/reference/glib/gvariant-varargs.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/reference/glib/gvariant-varargs.xml b/docs/reference/glib/gvariant-varargs.xml
index 91dd97b68..a1891024b 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