File 0352-Fix-some-typos-and-one-grammatical-mistake-in-the-so.patch of Package erlang
From 130069e4c1be8043380d097220930d750fa814dd Mon Sep 17 00:00:00 2001
From: Pierre Allix <pierre.allix.work@gmail.com>
Date: Fri, 21 Aug 2020 11:06:23 +0200
Subject: [PATCH] Fix some typos and one grammatical mistake in the socket
module
---
lib/kernel/doc/src/socket.xml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/lib/kernel/doc/src/socket.xml b/lib/kernel/doc/src/socket.xml
index 0c2ee6cf63..54b6cd6b5a 100644
--- a/lib/kernel/doc/src/socket.xml
+++ b/lib/kernel/doc/src/socket.xml
@@ -33,13 +33,13 @@
<modulesummary>Socket interface.</modulesummary>
<description>
<p>This module provides an API for network socket.
- Functions are provided to create, delete and manupilate the sockets
- aswell as sending and reciving data on them. </p>
+ Functions are provided to create, delete and manipulate the sockets
+ as well as sending and receiving data on them. </p>
<p>The intent is that it shall be as "close as possible" to the OS
level socket interface. The only significant addition is that some of
the functions,
e.g. <seemfa marker="#recv/3"><c>recv/3</c></seemfa>,
- has a timeout argument. </p>
+ have a timeout argument. </p>
<note>
<p>Some functions allow for an <i>asynchronous</i> call.
This is achieved by setting the <c>Timeout</c> argument to
--
2.26.2