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:
luzpaz 2025-09-29 11:07:55 +00:00 committed by Bruno Lopes
parent b0a197f826
commit de3aeddbf0
No known key found for this signature in database

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