From 6318527a024edc98d69a2a6aca611ecca966a127 Mon Sep 17 00:00:00 2001 From: Vasileios Angelidakis <33127472+vsangelidakis@users.noreply.github.com> Date: Tue, 15 Nov 2022 23:57:31 +0100 Subject: [PATCH] Fix typo to: Re-orient all faces coherently --- src/meshlabplugins/filter_qhull/filter_qhull.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/meshlabplugins/filter_qhull/filter_qhull.cpp b/src/meshlabplugins/filter_qhull/filter_qhull.cpp index 64b42d2af..8be6f0c80 100644 --- a/src/meshlabplugins/filter_qhull/filter_qhull.cpp +++ b/src/meshlabplugins/filter_qhull/filter_qhull.cpp @@ -140,8 +140,8 @@ RichParameterList QhullPlugin::initParameterList(const QAction* action, const Me RichParameterList parlst; switch (ID(action)) { case FP_QHULL_CONVEX_HULL: { - // parlst.addParam(RichBool("reorient", false,"Re-orient all faces coherentely","Re-orient - // all faces coherentely")); + // parlst.addParam(RichBool("reorient", false,"Re-orient all faces coherently","Re-orient + // all faces coherently")); break; } case FP_QHULL_VORONOI_FILTERING: { @@ -214,7 +214,7 @@ RichParameterList QhullPlugin::initParameterList(const QAction* action, const Me "Show a triangulation of the visible points", "Show a triangulation of the visible points")); // parlst.addParam(RichBool("reorient", false,"Re-orient all faces of the CH - // coherentely","Re-orient all faces of the CH coherentely." + // coherently","Re-orient all faces of the CH coherently." // "If no Convex Hulls are selected , this value is ignored")); break; break;