mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-10-06 01:12:40 +02:00
libgimpconfig: fix typo in gimpconfig-params.c
Fixes source comment typo and modifies whitespace for readability.
This commit is contained in:
@@ -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 ||
|
||||
|
Reference in New Issue
Block a user