From 5ec2d139dc10c1dd1f6d0a82e55004ab7682607d Mon Sep 17 00:00:00 2001
From: Daniel Schmelz <daniel@schmelz.org>
Date: Sat, 20 Aug 2022 17:46:46 +0200
Subject: [PATCH] Fix typo

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

diff --git a/README.md b/README.md
index cedddd8..d2572e9 100644
--- a/README.md
+++ b/README.md
@@ -11,7 +11,7 @@ this library aims to offer character encoding functions that do not leak
 information about what you are encoding/decoding via processor cache 
 misses. Further reading on [cache-timing attacks](http://blog.ircmaxell.com/2014/11/its-all-about-time.html).
 
-Our fork offers the following enchancements:
+Our fork offers the following enhancements:
 
 * `mbstring.func_overload` resistance
 * Unit tests
-- 
GitLab