From ee541036c9e5d88892df65a4fe2d49cbd981c3e1 Mon Sep 17 00:00:00 2001 From: Bertrand Thierry <bertrand.thierry1@gmail.com> Date: Wed, 27 Feb 2013 14:56:51 +0000 Subject: [PATCH] typo --- Post/PViewDataIO.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Post/PViewDataIO.cpp b/Post/PViewDataIO.cpp index 5d4610d559..7916b3b209 100644 --- a/Post/PViewDataIO.cpp +++ b/Post/PViewDataIO.cpp @@ -185,7 +185,7 @@ bool PViewData::writeMSH(const std::string &fileName, double version, bool binar bool PViewData::writeMED(const std::string &fileName) { - Msg::Error("MED export onnly available for mesh-based post-processing views"); + Msg::Error("MED export only available for mesh-based post-processing views"); return false; } -- GitLab