libgimpmodule: fix typo in comment in GimpModuleDB

This commit is contained in:
Michael Natterer 2012-09-13 09:14:17 +02:00
parent 2c3a046d83
commit b26430db19
1 changed files with 1 additions and 1 deletions

View File

@ -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.