[gimp] libgimp: fix typo.



commit c85a6ca9d3a04f3e5cc8007b3fa54e8d715d1f3d
Author: Jehan <jehan girinstud io>
Date:   Sat Nov 14 01:40:17 2020 +0100

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


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]