From d9cf5072776d78206b88d36dec344c5f86ea2aef Mon Sep 17 00:00:00 2001
From: Anton Kesy <anton@kesy.de>
Date: Sat, 13 Nov 2021 13:02:27 +0100
Subject: [PATCH] fix typo

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

diff --git a/README.md b/README.md
index a683224..4ddf0d9 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
 ## C++ Design Patterns
 
 Software design patterns are general reusable solutions to problems which occur
-over and over again in object-oriented design enviroment. It is not a finished 
+over and over again in object-oriented design environment. It is not a finished 
 design that can be transformed into source code directly, but it is template how
 to solve the problem. We can classify them by purpose into creational (abstract 
 the instantiation process), structure (how classes and objects are composed to form