From c85a6ca9d3a04f3e5cc8007b3fa54e8d715d1f3d Mon Sep 17 00:00:00 2001 From: Jehan Date: Sat, 14 Nov 2020 01:40:17 +0100 Subject: [PATCH] libgimp: fix typo. --- libgimp/gimpprogress.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libgimp/gimpprogress.c b/libgimp/gimpprogress.c index 186587bfe0..d54a8d5591 100644 --- a/libgimp/gimpprogress.c +++ b/libgimp/gimpprogress.c @@ -120,13 +120,13 @@ gimp_progress_install_vtable (const GimpProgressVtable *vtable, G_PARAM_READWRITE); GIMP_PROC_ARG_DOUBLE (procedure, "value", - "Vakue", + "Value", "The progress value", 0.0, 1.0, 0.0, G_PARAM_READWRITE); GIMP_PROC_VAL_DOUBLE (procedure, "value", - "Vakue", + "Value", "The progress value", 0.0, 1.0, 0.0, G_PARAM_READWRITE);