1
1
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:
luzpaz
2025-09-29 11:07:55 +00:00
parent 789af76a32
commit 9daf5d2e5d

View File

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