From 80d2f8bba9496c7fc0ae0ca3d7f63262678a41f7 Mon Sep 17 00:00:00 2001 From: chrysn Date: Thu, 25 Aug 2022 12:54:58 +0200 Subject: [PATCH] release-notes: Fix typos from commit messages Co-authored-by: Marian Buschsieweke --- release-notes.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/release-notes.txt b/release-notes.txt index 8f04c62065..609232b23f 100644 --- a/release-notes.txt +++ b/release-notes.txt @@ -128,7 +128,7 @@ Networking * gnrc_sock: warn about non-zero receive timeouts with sock_async (#17691) * net/ble/skald: make advertising interval configurable per context (#17834) * net/gnrc: Fixing whitespace in the documentation (#18036) -* net/sock/udp: designated intializer, C++ compatibility (#18035) +* net/sock/udp: designated initializer, C++ compatibility (#18035) * sock_dns: implement DNS cache (#17680) * sock_dns_cache: move to dns_cache (#18318) * sock_dns_cache: move to dns_cache [backport 2022.07] (#18327) @@ -252,7 +252,7 @@ CPU * invert MCU_* and CPU* conditionals (#18248) * move platform code for Xtensa-based ESP32x SoCs to module esp_xtensa (#18259) * Remove dependency on module libc_gettimeofday (#18202) -* split modul esp_wpa supplicant into several modules (#18239) +* split module esp_wpa supplicant into several modules (#18239) * FreeRTOS adaptation layer changes/extension required for ESP-IDF HAL/LL (#18224) * use LittleFS2 as default FS (#18159) @@ -436,7 +436,7 @@ Bug fixes (64) * makefiles/boot/riotboot: set DEBUG_ELFFILE to slot0.elf (#18138) * nanocoap: follow-up fixes (#17950) * nanocoap_sock: fix wrong assertion (#18221) -* net/eui_provider: provide netif index to EUI provder function (#18251) +* net/eui_provider: provide netif index to EUI provider function (#18251) * pkg/ccn-lite: patch to fix use-after-free [backport 2022.07] (#18488) * pkg/emlearn: fix kconfig model (#18306) * pkg/emlearn: Remove unused emlearn module (#18287)