[gimp] plug-ins: fix argument description.



commit 1a7a53dc09d92404cf362c01380e65253b460bb9
Author: Jehan <jehan girinstud io>
Date:   Mon Jul 20 17:38:16 2020 +0200

    plug-ins: fix argument description.

 plug-ins/common/file-svg.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/plug-ins/common/file-svg.c b/plug-ins/common/file-svg.c
index c52c1da850..c9868d37b9 100644
--- a/plug-ins/common/file-svg.c
+++ b/plug-ins/common/file-svg.c
@@ -192,7 +192,7 @@ svg_create_procedure (GimpPlugIn  *plug_in,
       GIMP_PROC_ARG_INT (procedure, "height",
                          "Height",
                          "Height (in pixels) to load the SVG in. "
-                         "(0 for original heght, a negative width to "
+                         "(0 for original height, a negative height to "
                          "specify a maximum height)",
                          -GIMP_MAX_IMAGE_SIZE, GIMP_MAX_IMAGE_SIZE, 0,
                          GIMP_PARAM_READWRITE);


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