From de3aeddbf0af19a2c28fb15d7b523ca2eeb6233a Mon Sep 17 00:00:00 2001 From: luzpaz Date: Mon, 29 Sep 2025 11:07:55 +0000 Subject: [PATCH] libgimpconfig: fix typo in gimpconfig-params.c Fixes source comment typo and modifies whitespace for readability. (cherry picked from commit 9daf5d2e5d935a22aa1421ddc44cd7d1e07692bc) --- libgimpconfig/gimpconfig-params.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libgimpconfig/gimpconfig-params.c b/libgimpconfig/gimpconfig-params.c index 6e6afd18f5..3332483c0d 100644 --- a/libgimpconfig/gimpconfig-params.c +++ b/libgimpconfig/gimpconfig-params.c @@ -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 ||