From af3885896d7dc9b0891b36a77f8afe8018420494 Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Thu, 6 Feb 2014 15:21:11 +0000 Subject: [PATCH] typo --- Common/CommandLine.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Common/CommandLine.cpp b/Common/CommandLine.cpp index e8d8c1fae9..b3fc022089 100644 --- a/Common/CommandLine.cpp +++ b/Common/CommandLine.cpp @@ -94,7 +94,7 @@ std::vector<std::pair<std::string, std::string> > GetUsage() s.push_back(mp("-rand float", "Set random perturbation factor")); s.push_back(mp("-bgm file", "Load background mesh from file")); s.push_back(mp("-check", "Perform various consistency checks on mesh")); - s.push_back(mp("-mpass int", "Do several passes on the mesh for complex backround fields")); + s.push_back(mp("-mpass int", "Do several passes on the mesh for complex background fields")); s.push_back(mp("-ignorePartBound", "Ignore partitions boundaries")); #if defined(HAVE_FLTK) s.push_back(mp("Post-processing options:", "")); -- GitLab