From 481a5b81a98cd5da56afb8b04271d0aa0210941e Mon Sep 17 00:00:00 2001
From: Stephan Hageboeck <stephan.hageboeck@cern.ch>
Date: Mon, 18 Jan 2021 14:52:49 +0100
Subject: [PATCH] [NFC] Typo

---
 code/ExercisesCheatSheet.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/code/ExercisesCheatSheet.md b/code/ExercisesCheatSheet.md
index 21a015c..41bc447 100644
--- a/code/ExercisesCheatSheet.md
+++ b/code/ExercisesCheatSheet.md
@@ -11,7 +11,7 @@ No actual exercise, only setup of the environment, using the "hello" exercise.
 
 Day 2
 -----
-### polymorphim
+### polymorphism
 First create a Pentagon and an Hexagon and call computePerimeter. Can be used to break the ice.
 Second step is to call parent's computePerimeter methods meaning :
 ```cpp
-- 
GitLab