[glib: 1/2] doc: fix typo in gio/gresource.c



commit 06f27fc2080c718ea0c54c42dd9aedb837be34e1
Author: Sonny Piers <sonny fastmail net>
Date:   Mon Jul 8 10:48:23 2019 +0000

    doc: fix typo in gio/gresource.c

 gio/gresource.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/gio/gresource.c b/gio/gresource.c
index 9aaae8b53..cdcb1ac3f 100644
--- a/gio/gresource.c
+++ b/gio/gresource.c
@@ -78,7 +78,7 @@ G_DEFINE_BOXED_TYPE (GResource, g_resource, g_resource_ref, g_resource_unref)
  *
  * `to-pixdata` which will use the gdk-pixbuf-pixdata command to convert
  * images to the GdkPixdata format, which allows you to create pixbufs directly using the data inside
- * the resource file, rather than an (uncompressed) copy if it. For this, the gdk-pixbuf-pixdata
+ * the resource file, rather than an (uncompressed) copy of it. For this, the gdk-pixbuf-pixdata
  * program must be in the PATH, or the `GDK_PIXBUF_PIXDATA` environment variable must be
  * set to the full path to the gdk-pixbuf-pixdata executable; otherwise the resource compiler will
  * abort.


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