From e1558c186892d4e6afea0208927ec32dda0b2da1 Mon Sep 17 00:00:00 2001
From: Tim Huege <tim.huege@kit.edu>
Date: Mon, 16 Sep 2024 12:13:49 +0200
Subject: [PATCH] Fix typo.

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

diff --git a/README.md b/README.md
index 44545ba25..3ee8aad1e 100644
--- a/README.md
+++ b/README.md
@@ -161,7 +161,7 @@ make -j4  #The number should match the number of available cores on your machine
 make install
 ```
 
-## Runing Unit Tests
+## Running Unit Tests
 
 To run the unit tests, do the following.
 
-- 
GitLab