From de79fc1ff7df835a7b89a816f0c484bf367ffb12 Mon Sep 17 00:00:00 2001 From: Rockingcool Date: Fri, 24 Feb 2023 19:57:48 -0600 Subject: [PATCH] Fixed spelling mistake --- easysock.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/easysock.h b/easysock.h index 5d06e4e..9297177 100644 --- a/easysock.h +++ b/easysock.h @@ -43,7 +43,7 @@ int create_local (int network, char transport, char* address, int port,struct so /* This function utilizes the same functions as 'create_local' but _connects_ to the -requested address. It is used for remoet sockets (client sockets). The paramters are same +requested address. It is used for remote sockets (client sockets). The paramters are same as above. It prints the error returned by 'connect' if something went wrong, and exits with error code '-3'.*/