From 9217f7d7ec89571e539a7bb768508a97c94a1c21 Mon Sep 17 00:00:00 2001
From: Kutscher <kutscher@irmb.tu-bs.de>
Date: Mon, 4 Dec 2023 11:31:03 +0100
Subject: [PATCH] fixes another UTF-8 symbol bug

---
 src/cpu/core/Interactors/D3Q27TriFaceMeshInteractor.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/cpu/core/Interactors/D3Q27TriFaceMeshInteractor.h b/src/cpu/core/Interactors/D3Q27TriFaceMeshInteractor.h
index be864dbfb..88c1b2004 100644
--- a/src/cpu/core/Interactors/D3Q27TriFaceMeshInteractor.h
+++ b/src/cpu/core/Interactors/D3Q27TriFaceMeshInteractor.h
@@ -28,7 +28,7 @@
 //
 //! \file D3Q27TriFaceMeshInteractor.h
 //! \ingroup Interactor
-//! \author Sören Freudiger
+//! \author Sören Freudiger
 //! \author Sebastian Geller
 //! \author Ehsan Kian Far
 //! \author Konstantin Kutscher
-- 
GitLab