From 11154ff5c13260e257abd240b0353d78e213d0fa Mon Sep 17 00:00:00 2001 From: David King Date: Sun, 19 Feb 2012 16:32:08 +0000 Subject: [PATCH] =?utf8?q?docs:=20Fix=20typo=20GConvertFlags=20=E2=86=92?= =?utf8?q?=20GConverterFlags?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- gio/gconverter.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gio/gconverter.c b/gio/gconverter.c index 3e47b1fa1..f02ff708a 100644 --- a/gio/gconverter.c +++ b/gio/gconverter.c @@ -59,7 +59,7 @@ g_converter_default_init (GConverterInterface *iface) * @inbuf_size: the number of bytes in @inbuf * @outbuf: a buffer to write converted data in. * @outbuf_size: the number of bytes in @outbuf, must be at least one - * @flags: a #GConvertFlags controlling the conversion details + * @flags: a #GConverterFlags controlling the conversion details * @bytes_read: (out): will be set to the number of bytes read from @inbuf on success * @bytes_written: (out): will be set to the number of bytes written to @outbuf on success * @error: location to store the error occurring, or %NULL to ignore -- 2.11.0