[ds6-devel] nc6/src network.c,1.28,1.29
chris at deepspace6.net
chris at deepspace6.net
Mon Jan 6 16:04:46 CET 2003
Update of /cvs/nc6/src
Modified Files:
network.c
Log Message:
typo...
Index: network.c
===================================================================
RCS file: /cvs/nc6/src/network.c,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -d -r1.28 -r1.29
--- network.c 5 Jan 2003 13:40:01 -0000 1.28
+++ network.c 6 Jan 2003 15:04:44 -0000 1.29
@@ -83,7 +83,7 @@
/* get the address of the remote end of the connection */
err = getaddrinfo(remote->address, remote->service, &hints, &res);
if (err != 0)
- fatal("forward host lookup failed for remote enpoint %s: %s",
+ fatal("forward host lookup failed for remote endpoint %s: %s",
remote->address, gai_strerror(err));
/* check the results of getaddrinfo */
More information about the ds6-devel
mailing list