From 9479e73c74c74cb6a4eabd7ff1aba89b478fcbd3 Mon Sep 17 00:00:00 2001 From: Neil Alexander Date: Thu, 30 May 2024 23:00:05 +0100 Subject: [PATCH] Fix spelling error --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 40c7ac36..b339294c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -44,7 +44,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. * Bloom filter hashing now works correctly on big-endian architectures * Incorrect buffer pool usage has been fixed, reducing memory allocations * The multicast beacon interval now backs off correctly, reducing the number of beacons sent -* A denial-of-service vulnerabilty in the QUIC library has been fixed with a dependency update +* A denial-of-service vulnerability in the QUIC library has been fixed with a dependency update ## [0.5.5] - 2024-01-27