From 361a6eb8561649ce1df1eeb2a624fd473fb02dc5 Mon Sep 17 00:00:00 2001 From: Philip Withnall Date: Wed, 30 Apr 2014 16:58:21 +0200 Subject: [PATCH] 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 file 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 @@ - 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 @@ -471,7 +471,7 @@ Note that in C, small integer types in variable argument lists are promoted up to int or unsigned int as appropriate, and read back accordingly. int is 32 bits on every platform on which GLib is - currently suported. This means that you can use C expressions of type int + currently supported. This means that you can use C expressions of type int with g_variant_new() and format characters 'b', 'y', 'n', 'q', 'i', 'u' and 'h'. Specifically, you can use integer -- 2.7.4