From 66487e9b2c3a68a16ddccc58e3130b2e34264d51 Mon Sep 17 00:00:00 2001
From: Dominik Thoennes <dominik.thoennes@fau.de>
Date: Tue, 16 May 2017 14:44:36 +0200
Subject: [PATCH] typo in namespace

---
 src/core/mpi/MPIWrapper.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/core/mpi/MPIWrapper.h b/src/core/mpi/MPIWrapper.h
index 89112fd6f..211c3292f 100755
--- a/src/core/mpi/MPIWrapper.h
+++ b/src/core/mpi/MPIWrapper.h
@@ -264,7 +264,7 @@ inline double MPI_Wtime() { WALBERLA_MPI_FUNCTION_ERROR }
 #undef WALBERLA_MPI_FUNCTION_ERROR
 
 } // namespace mpistubs
-using namesapce mpistubs
+using namespace mpistubs
 
 } // namespace walberla
 
-- 
GitLab