From aab9e7e09ea19f6ec119bbe3d7d4b45bba3e5e41 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?S=C3=A9bastien=20Villemot?= <sebastien@dynare.org>
Date: Mon, 9 Jul 2018 16:40:18 +0200
Subject: [PATCH] Fix capitalization of Octave

---
 windows/dynare.nsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/windows/dynare.nsi b/windows/dynare.nsi
index 81f8c7ae8..a468186e2 100644
--- a/windows/dynare.nsi
+++ b/windows/dynare.nsi
@@ -110,7 +110,7 @@ SectionEnd
 
 SectionGroupEnd
 
-SectionGroup "MEX files for OCTAVE"
+SectionGroup "MEX files for Octave"
 
 Section "MEX files for Octave 4.4.0 (MinGW, 64bit)"
  SetOutPath $INSTDIR\mex\octave
-- 
GitLab