From 37e586aba40f41caf79298b1998bdbd03970ce69 Mon Sep 17 00:00:00 2001 From: Kir Kolyshkin Date: Wed, 29 Mar 2023 14:25:44 -0700 Subject: [PATCH] CHANGELOG: fix a typo Found by codespell. Signed-off-by: Kir Kolyshkin --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2b8a01c7e..536030ebe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,7 +20,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 * Fix the inability to use `/dev/null` when inside a container. (#3620) * Fix changing the ownership of host's `/dev/null` caused by fd redirection (a regression in 1.1.1). (#3674, #3731) -* Fix rare runc exec/enter unshare error on older kernels, inlcuding +* Fix rare runc exec/enter unshare error on older kernels, including CentOS < 7.7. (#3776) * nsexec: Check for errors in `write_log()`. (#3721) * Various CI fixes and updates. (#3618, #3630, #3640, #3729)