From f4cb2e2d8ba172374b20f2c2f25047968d5c0c1d Mon Sep 17 00:00:00 2001 From: Matthias Schiffer <mschiffer@universe-factory.net> Date: Thu, 5 Jun 2025 21:16:31 +0200 Subject: [PATCH] docs: releases/v2023.2.5: fix typo Just a small typo fix (lead -> led). (cherry picked from commit 33dcb85331b87d2835b6c7ac8aabe6d6b1135940) --- docs/releases/v2023.2.5.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/releases/v2023.2.5.rst b/docs/releases/v2023.2.5.rst index 4e15cedf0..45a1aa4a0 100644 --- a/docs/releases/v2023.2.5.rst +++ b/docs/releases/v2023.2.5.rst @@ -24,7 +24,7 @@ Bugfixes * VXLAN encapsulated mesh traffic arriving at a client interface is now filtered and not forwarded to the mesh -* Fixed a missing import in `libgluonutil` which lead to undefined behavior on 64 bit architectures +* Fixed a missing import in `libgluonutil` which led to undefined behavior on 64 bit architectures Known issues -- GitLab