From b26430db19f80847f3c1d651e2ba951fd4d8e8e0 Mon Sep 17 00:00:00 2001 From: Michael Natterer Date: Thu, 13 Sep 2012 09:14:17 +0200 Subject: [PATCH] libgimpmodule: fix typo in comment in GimpModuleDB --- libgimpmodule/gimpmoduledb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libgimpmodule/gimpmoduledb.c b/libgimpmodule/gimpmoduledb.c index 071895d7de..2c32a39797 100644 --- a/libgimpmodule/gimpmoduledb.c +++ b/libgimpmodule/gimpmoduledb.c @@ -242,7 +242,7 @@ gimp_module_db_set_load_inhibit (GimpModuleDB *db, * gimp_module_db_get_load_inhibit: * @db: A #GimpModuleDB. * - * Return the #G_SEARCHPATH_SEPARATOR selimited list of module filenames + * Return the #G_SEARCHPATH_SEPARATOR delimited list of module filenames * which are excluded from auto-loading. * * Return value: the @db's @load_inhibit string.