diff doc/interpreter/geometry.txi @ 27956:2310164737b3 stable

fix many spelling errors (bug #57613)
author John W. Eaton <jwe@octave.org>
date Fri, 17 Jan 2020 13:15:27 -0600
parents 49eae759a3e2
children c20b7290c778
line wrap: on
line diff
--- a/doc/interpreter/geometry.txi	Fri Oct 18 17:24:37 2019 -0700
+++ b/doc/interpreter/geometry.txi	Fri Jan 17 13:15:27 2020 -0600
@@ -241,7 +241,7 @@
 The @code{dsearch} and @code{dsearchn} find the closest point in a
 tessellation to the desired point.  The desired point does not
 necessarily have to be in the tessellation, and even if it the returned
-point of the tessellation does not have to be one of the vertexes of the
+point of the tessellation does not have to be one of the vertices of the
 N-simplex within which the desired point is found.
 
 @DOCSTRING(dsearch)
@@ -281,7 +281,7 @@
 such that all points in @code{@var{v}(@var{p})}, a partitions of the
 tessellation where @var{p} is a member of @var{s}, are closer to @var{p}
 than any other point in @var{s}.  The Voronoi diagram is related to the
-Delaunay triangulation of a set of points, in that the vertexes of the
+Delaunay triangulation of a set of points, in that the vertices of the
 Voronoi tessellation are the centers of the circum-circles of the
 simplices of the Delaunay tessellation.