From 2caa86016608a317cd04f0f22afc5fdad4074175 Mon Sep 17 00:00:00 2001
From: JM Etancelin <jean-matthieu.metancelin@univ-pau.fr>
Date: Tue, 12 Nov 2024 14:10:07 +0100
Subject: [PATCH] [skip-ci] fixup

---
 .gitmodules | 3 ---
 meson.build | 2 +-
 2 files changed, 1 insertion(+), 4 deletions(-)

diff --git a/.gitmodules b/.gitmodules
index 528ae20e4..e69de29bb 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,3 +0,0 @@
-[submodule "docs/hysop-doc"]
-	path = docs/hysop-doc
-	url = https://gricad-gitlab.univ-grenoble-alpes.fr/particle_methods/hysop-doc.git
diff --git a/meson.build b/meson.build
index f11e513f4..5ec3ece7e 100644
--- a/meson.build
+++ b/meson.build
@@ -86,7 +86,7 @@ use_fortran = 'OFF'
 if with_fftw == 'ON' or with_scales == 'ON' or with_extras == 'ON'
   use_fortran = 'ON'
   message('use_fortran is forced to ON')
-  # - Add FORTRAN anguage
+  # - Add FORTRAN language
   add_languages('fortran', native: false, required: true)
   ff = meson.get_compiler('fortran')
 endif
-- 
GitLab