From d6ffa7caabe3dc893ba8980550a1bf3ea314cf03 Mon Sep 17 00:00:00 2001
From: Niclas Jansson <njansson@kth.se>
Date: Tue, 27 Aug 2019 10:01:41 +0200
Subject: [PATCH] Update README.md

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

diff --git a/lab3/README.md b/lab3/README.md
index a5ad652..e9a9120 100644
--- a/lab3/README.md
+++ b/lab3/README.md
@@ -30,7 +30,7 @@ MPI I/O is used so that results can be written to the same file in parallel. Tak
 
 The simplest solution is likely to be for you to create a character buffer, and then use the MPI_File_write_at function.
 
-# Exercise 2 - MPI I/O and dervied types
+# Exercise 2 - MPI I/O and derived types
 
 Take the serial stl reader and modify it such that the stl file is read (and written) in parallel using collective MPI I/O. Use derived types such that the file can be read/written with a maximum of 3 I/O operations per read and write.
 
-- 
GitLab