File 0417-fix-typo.patch of Package erlang
From fee822f23618dc4a42db0212f65fa377856db9b1 Mon Sep 17 00:00:00 2001
From: Preet <mutn3ja@gmail.com>
Date: Sat, 14 Jun 2025 10:40:13 +0100
Subject: [PATCH] fix typo
---
lib/stdlib/src/gen_event.erl | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/stdlib/src/gen_event.erl b/lib/stdlib/src/gen_event.erl
index df625066ff..8db8c01c2b 100644
--- a/lib/stdlib/src/gen_event.erl
+++ b/lib/stdlib/src/gen_event.erl
@@ -903,7 +903,7 @@ notify(M, Event) -> send(M, {notify, Event}).
-doc """
Send a synchronous event notification to an event manager.
-The event is sent to `EventMgrRef` that callsr calls
+The event is sent to `EventMgrRef` that calls
[`Module:handle_event/2`](`c:handle_event/2`) for each installed
event handler to handle the event. This function will return `ok`
after the event has been handled by all event handlers.
--
2.43.0