From 6bf7aab524e42aac9eae5bc9e146b0709ea9e52b Mon Sep 17 00:00:00 2001 From: Eertmans Date: Mon, 21 Dec 2020 14:00:24 +0100 Subject: [PATCH] typo --- src/delaunay.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/delaunay.c b/src/delaunay.c index 2431124..4a94f24 100644 --- a/src/delaunay.c +++ b/src/delaunay.c @@ -1158,7 +1158,7 @@ void drawDelaunayTriangulation(DelaunayTriangulation *delTri, bov_window_t *wind "\xf8 Hold [S] to select a point nearby your cursor and\n" " change its location\n" "\xf8 Press [O] to show/hide points\n" - "\xf8 Press [L] to show/hide lines\n" + "\xf8 Press [L] to show/hide triangulation lines\n" "\xf8 Press [V] to show/hide Voronoi diagram\n" "\xf8 Press [F] to switch between fast and pretty drawing\n" "\xf8 Press [I] to illustrate each step of the triangulation\n"