From 414807a74f3ffac2ac7e8df33868a8d86bde0ea3 Mon Sep 17 00:00:00 2001 From: Giovanni Manghi Date: Fri, 18 Oct 2019 12:44:49 +0100 Subject: [PATCH] fix typo --- .../processing/algs/grass7/description/v.voronoi.skeleton.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/plugins/processing/algs/grass7/description/v.voronoi.skeleton.txt b/python/plugins/processing/algs/grass7/description/v.voronoi.skeleton.txt index b486192bbed..ffb2c9a01d3 100644 --- a/python/plugins/processing/algs/grass7/description/v.voronoi.skeleton.txt +++ b/python/plugins/processing/algs/grass7/description/v.voronoi.skeleton.txt @@ -1,5 +1,5 @@ v.voronoi -v.voronoi.skeleton - Creates a Voronoi diagram fof polygons or compute the center line/skeleton of polygons. +v.voronoi.skeleton - Creates a Voronoi diagram for polygons or compute the center line/skeleton of polygons. Vector (v.*) QgsProcessingParameterFeatureSource|input|Input polygons layer|2|None|False QgsProcessingParameterNumber|smoothness|Factor for output smoothness|QgsProcessingParameterNumber.Double|0.25|True|None|None