libgimp: fix typo.

This commit is contained in:
Jehan 2020-11-14 01:40:17 +01:00
parent e6e2e11ff6
commit c85a6ca9d3
1 changed files with 2 additions and 2 deletions

View File

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