From b8f2cd618d71ae2223173a1c1135244a467314db Mon Sep 17 00:00:00 2001 From: Ossama Othman Date: Mon, 4 Nov 2024 07:42:39 +0900 Subject: [PATCH] NEWS: Correct typo. s/users space/user space/ --- NEWS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NEWS b/NEWS index fa3566a9..8ef90213 100644 --- a/NEWS +++ b/NEWS @@ -5,7 +5,7 @@ - Documentation was improved for the "check_route" address notification flag. -- Listening socket creation is now optional for users space path +- Listening socket creation is now optional for user space path manager plugins. Plugins may now call mptcpd_pm_add_addr_no_listener() instead of mptcpd_pm_add_addr() to announce a new address without creating a new listener socket.