From 8e82c78954288d7c35071b79ff0f2dc8acd955e6 Mon Sep 17 00:00:00 2001 From: Gilles Peskine Date: Mon, 25 Oct 2021 21:14:06 +0200 Subject: [PATCH] Fix typo in documentation Signed-off-by: Gilles Peskine --- ChangeLog.d/base64-ranges.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ChangeLog.d/base64-ranges.txt b/ChangeLog.d/base64-ranges.txt index 8ffba2deecd4..e3f3862bfb18 100644 --- a/ChangeLog.d/base64-ranges.txt +++ b/ChangeLog.d/base64-ranges.txt @@ -1,4 +1,4 @@ Changes * Improve the performance of base64 constant-flow code. The result is still slower than the original non-constant-flow implementation, but much faster - than the previous constant-flow implemenation. Fixes #4814. + than the previous constant-flow implementation. Fixes #4814.