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'.*/