File 3164-Fix-typo.patch of Package erlang
From 2012f80f5f17b26212c9a5f4fcd2d1087195758b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Bj=C3=B6rn=20Gustavsson?= <bjorn@erlang.org>
Date: Fri, 25 Mar 2022 09:33:52 +0100
Subject: [PATCH] Fix typo
---
lib/kernel/doc/src/inet_res.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/kernel/doc/src/inet_res.xml b/lib/kernel/doc/src/inet_res.xml
index be049ae1e2..39355613ae 100644
--- a/lib/kernel/doc/src/inet_res.xml
+++ b/lib/kernel/doc/src/inet_res.xml
@@ -76,7 +76,7 @@
<p>But before all name servers are tried again, there is a
(user configurable) timeout, <c>servfail_retry_timeout</c>.
The point of this is to prevent the new query to be handled
- by to the servfail cache (a client that is to eager will
+ by to the servfail cache (a client that is too eager will
actually only get what is in the servfail cache). </p>
<p>For queries not using the <c>search</c> list,
--
2.34.1