guile-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Guile-commits] branch main updated: Fix typo in documentation for (sock


From: Daniel Llorens
Subject: [Guile-commits] branch main updated: Fix typo in documentation for (socket)
Date: Mon, 28 Aug 2023 05:30:33 -0400

This is an automated email from the git hooks/post-receive script.

lloda pushed a commit to branch main
in repository guile.

The following commit(s) were added to refs/heads/main by this push:
     new a52c9cf7c Fix typo in documentation for (socket)
a52c9cf7c is described below

commit a52c9cf7c3eefe05da23cd3233e1f9119eb14862
Author: Daniel Llorens <lloda@sarc.name>
AuthorDate: Mon Aug 28 11:28:28 2023 +0200

    Fix typo in documentation for (socket)
    
    H/t cow_2001 on #guile.
    
    * libguile/socket.c: As stated.
---
 libguile/socket.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libguile/socket.c b/libguile/socket.c
index 446f7877f..101afd80d 100644
--- a/libguile/socket.c
+++ b/libguile/socket.c
@@ -406,7 +406,7 @@ SCM_DEFINE (scm_socket, "socket", 3, 0, 0,
            "@var{proto} can be obtained from a protocol name using\n"
            "@code{getprotobyname}.  A value of zero specifies the default\n"
            "protocol, which is usually right.\n\n"
-           "A single socket port cannot by used for communication until it\n"
+           "A single socket port cannot be used for communication until it\n"
            "has been connected to another socket.")
 #define FUNC_NAME s_scm_socket
 {



reply via email to

[Prev in Thread] Current Thread [Next in Thread]