From 20cf016f214e28edbd1c3a4d07ebf5f2221f15ef Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Mon, 6 Aug 2012 08:30:29 +0000 Subject: [PATCH] pp --- Common/GmshMessage.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Common/GmshMessage.cpp b/Common/GmshMessage.cpp index 333f22e3a7..8b496f9610 100644 --- a/Common/GmshMessage.cpp +++ b/Common/GmshMessage.cpp @@ -158,7 +158,7 @@ void Msg::Exit(int level) static int streamIsFile(FILE* stream) { - // the given stream is definately not interactive if it is a regular file + // the given stream is definitely not interactive if it is a regular file struct stat stream_stat; if(fstat(fileno(stream), &stream_stat) == 0){ if(stream_stat.st_mode & S_IFREG) return 1; -- GitLab