From 4d9c46141f97a3ec968de0b84f503ffd97c378c4 Mon Sep 17 00:00:00 2001 From: G aka Ghazanfar Date: Wed, 10 Jun 2026 12:05:39 +0530 Subject: [PATCH] docs: fix typo in README.md (occured -> occurred) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 011846f..3f97471 100644 --- a/README.md +++ b/README.md @@ -310,7 +310,7 @@ A possibly faster solution on Intel processors involves the [CMOV](http://www.ja ### Problem -The access time of a table element can vary with its index (depending for example on whether a cache-miss has occured). This has for example been exploited in a series of cache-timing attacks on AES. +The access time of a table element can vary with its index (depending for example on whether a cache-miss has occurred). This has for example been exploited in a series of cache-timing attacks on AES. ### Solution