diff --git a/Post/PViewDataIO.cpp b/Post/PViewDataIO.cpp
index 5d4610d559718d104e891aaf1d4558db16cefdcc..7916b3b2094a42ac36a1d1ea162eea7376fd1cb4 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;
 }