From 533e5dedac275f5b11435b0918a26066afbf020f Mon Sep 17 00:00:00 2001 From: Bryn Lloyd Date: Fri, 1 Mar 2019 15:00:41 +0100 Subject: [PATCH] typo --- nglib/nglib.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nglib/nglib.h b/nglib/nglib.h index ef57a48d..d87e305c 100644 --- a/nglib/nglib.h +++ b/nglib/nglib.h @@ -121,7 +121,7 @@ public: int optsteps_2d; //!< Number of optimize steps to use for 2-D mesh optimization const char* optimize3d; //!< Optimization strategy (s=swap shape, c=collapse, d=divide, m=move, M=cheap move) - const char* optimize2d; //!< Optimization strategy (s=swap tolopgical, S=swap shape, c=collapse, m=move) + const char* optimize2d; //!< Optimization strategy (s=swap topological, S=swap shape, c=collapse, m=move) // Philippose - 13/09/2010 // Added a couple more parameters into the meshing parameters list