libgimpconfig: fix typo in gimpconfig-params.c
Fixes source comment typo and modifies whitespace for readability.
(cherry picked from commit 9daf5d2e5d)
This commit is contained in:
parent
b0a197f826
commit
de3aeddbf0
1 changed files with 2 additions and 2 deletions
|
|
@ -307,8 +307,8 @@ gimp_config_param_spec_duplicate (GParamSpec *pspec)
|
|||
const gchar *type_name = g_type_name (value_type);
|
||||
|
||||
if (value_type == G_TYPE_FILE ||
|
||||
/* These types are not visibile in libgimpconfig so we compare
|
||||
* with type names instead.
|
||||
/* These types are not visible in libgimpconfig
|
||||
* so we compare with type names instead.
|
||||
*/
|
||||
g_strcmp0 (type_name, "GimpImage") == 0 ||
|
||||
g_strcmp0 (type_name, "GimpDisplay") == 0 ||
|
||||
|
|
|
|||
Loading…
Reference in a new issue