From 88cc2f6030921b691c4026d2f4d9455ee9ce897c Mon Sep 17 00:00:00 2001
From: Xin Li <lixin.reco@gmail.com>
Date: Fri, 17 Aug 2018 17:37:35 +0200
Subject: [PATCH] minor update

---
 advanced_lab/README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/advanced_lab/README.md b/advanced_lab/README.md
index 98fe3a7..bcda449 100644
--- a/advanced_lab/README.md
+++ b/advanced_lab/README.md
@@ -14,7 +14,7 @@ speedup characteristics.
 
 Your task is to parallelize a finite-volume solver for the two dimensional
 shallow water equations. Measure speedup and if you have time, tune the code.
-You don’t need to under- stand the numerics in order to solve this exercise (a
+You don’t need to understand the numerics in order to solve this exercise (a
 short description is given in Appendix A). However, it assumes some prior
 experience with OpenMP, please refer to the lecture on shared memory
 programming if necessary.
-- 
GitLab