From 326c2b00763c7f5c0ccd089e47f3ba175272ff42 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Edouard=20Choini=C3=A8re?= <27212526+echoix@users.noreply.github.com> Date: Mon, 25 Nov 2024 19:50:56 -0500 Subject: [PATCH] doc: fix spelling errors Applies the changes on the .po files of https://github.com/OSGeo/grass/pull/3900 back to the affected source strings --- src/vector/v.scatterplot/v.scatterplot.py | 2 +- src/vector/v.what.spoly/v.what.spoly.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/vector/v.scatterplot/v.scatterplot.py b/src/vector/v.scatterplot/v.scatterplot.py index 30f76db5e8..292b3953c2 100755 --- a/src/vector/v.scatterplot/v.scatterplot.py +++ b/src/vector/v.scatterplot/v.scatterplot.py @@ -279,7 +279,7 @@ # % key: groups # % type: string # % label: Column grouping the features in categories -# % description: Colum with categories. If selected, a separate ellipse will be drawn for each group/category +# % description: Column with categories. If selected, a separate ellipse will be drawn for each group/category # % guisection: Ellipse # %end diff --git a/src/vector/v.what.spoly/v.what.spoly.py b/src/vector/v.what.spoly/v.what.spoly.py index d0d686228a..bd2e23eacf 100755 --- a/src/vector/v.what.spoly/v.what.spoly.py +++ b/src/vector/v.what.spoly/v.what.spoly.py @@ -23,7 +23,7 @@ # ############################################################################ # %Module -# % description: Queries vector map with overlaping "spaghetti" polygons (e.g. Landsat footprints) at given location. Polygons must have not intersected boundaries. +# % description: Queries vector map with overlapping "spaghetti" polygons (e.g. Landsat footprints) at given location. Polygons must have not intersected boundaries. # % keyword: vector # % keyword: topology # %End