From 5206584c9d3afbe9f190dd99d1cbb8b13f306874 Mon Sep 17 00:00:00 2001
From: Lionel GUEZ <guez@lmd.ens.fr>
Date: Mon, 25 Jul 2022 16:40:11 +0200
Subject: [PATCH] Polish

---
 CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index e4b71de3..d2536a85 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -25,7 +25,7 @@ if(CMAKE_Fortran_COMPILER_ID MATCHES GNU)
   STRING(FIND ${CMAKE_Fortran_FLAGS_DEBUG} invalid index)
   
   if(NOT ${index} EQUAL -1)
-    message(WARNING "We cannot use -ffpe-trap=invalid because of Gfortran bug "
+    message(WARNING "We cannot use -ffpe-trap=invalid because of GFortran bug "
       "with quiet NaNs: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70817")
   endif()
 endif()
-- 
GitLab