1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-09 21:40:33 +02:00

Fix typo in documentation for (socket)

H/t cow_2001 on #guile.

* libguile/socket.c: As stated.
This commit is contained in:
Daniel Llorens 2023-08-28 11:28:28 +02:00
parent 1f724ccd39
commit a52c9cf7c3

View file

@ -406,7 +406,7 @@ SCM_DEFINE (scm_socket, "socket", 3, 0, 0,
"@var{proto} can be obtained from a protocol name using\n" "@var{proto} can be obtained from a protocol name using\n"
"@code{getprotobyname}. A value of zero specifies the default\n" "@code{getprotobyname}. A value of zero specifies the default\n"
"protocol, which is usually right.\n\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.") "has been connected to another socket.")
#define FUNC_NAME s_scm_socket #define FUNC_NAME s_scm_socket
{ {