From 24469d8dcb73fdcec1c59713de4a8c82ce3eea3e Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Hern=C3=A1n=20De=20Angelis?=
<51515911+dhdeangelis@users.noreply.github.com>
Date: Mon, 28 Oct 2024 11:16:17 +0100
Subject: [PATCH] docs: v.build manual typo fix (#4604)
---
vector/v.build/v.build.html | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/vector/v.build/v.build.html b/vector/v.build/v.build.html
index 9f51afdb22b..c66da69110a 100644
--- a/vector/v.build/v.build.html
+++ b/vector/v.build/v.build.html
@@ -27,7 +27,7 @@
NOTES
If error vector map is specified, v.build checks:
- - isolated bondaries (which are not forming any areas),
+ - isolated boundaries (which are not forming any areas),
- centroids outside of area,
- duplicated centroids.
@@ -38,7 +38,7 @@ NOTES
- lines or boundaries of zero length,
- - intersecting boundaries, ie. overlapping areas,
+ - intersecting boundaries, i.e. overlapping areas,
- areas without centroids that are not isles.
@@ -46,7 +46,7 @@ EXAMPLES
Build topology
-Note that option=build recreates also spatial and category
+Note that option=build also recreates spatial and category
indices, not only topology. For linked OGR layers
(see v.external) also feature
index is created.
@@ -61,7 +61,7 @@ Build topology
Dump topology or indices
Dump options print topology, spatial, category or feature index to
-standard output. Such information can be printed also for vector maps
+standard output. Such information can also be printed for vector maps
from other mapsets. A description of the vector topology is available in
the GRASS GIS 8 Programmer's Manual,
section "Vector library topology management".