From e13fc585354508cb28dd08b7d3f44f5744cfa461 Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Fri, 13 Apr 2012 13:22:46 +0300 Subject: [PATCH] GResource docs: fix typo --- gio/gresource.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gio/gresource.c b/gio/gresource.c index 7f0ddb949..77ae6ebec 100644 --- a/gio/gresource.c +++ b/gio/gresource.c @@ -60,7 +60,7 @@ G_DEFINE_BOXED_TYPE (GResource, g_resource, g_resource_ref, g_resource_unref) * simple (no need to check for things like I/O errors or locate the files in the filesystem). It * also makes it easier to create relocatable applications. * - * Resource files can also be marked as compresses. Such files will be included in the resource bundle + * Resource files can also be marked as compressed. Such files will be included in the resource bundle * in a compressed form, but will be automatically uncompressed when the resource is used. This * is very useful e.g. for larger text files that are parsed once (or rarely) and then thrown away. *