From 99454b6ca6e5ba5538db3d363c1e3e6ef8a69053 Mon Sep 17 00:00:00 2001 From: Jeff Hill Date: Thu, 25 Jan 2001 20:53:43 +0000 Subject: [PATCH] fixed spelling --- src/cas/io/bsdSocket/casIntfIO.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cas/io/bsdSocket/casIntfIO.cc b/src/cas/io/bsdSocket/casIntfIO.cc index 4dd325794..b9afe578f 100644 --- a/src/cas/io/bsdSocket/casIntfIO.cc +++ b/src/cas/io/bsdSocket/casIntfIO.cc @@ -115,7 +115,7 @@ casIntfIO::casIntfIO (const caNetAddr &addrIn) : errlogPrintf ( "cas warning: Configured TCP port was unavailable.\n"); errlogPrintf ( "cas warning: Using dynamically assigned TCP port %hu,\n", ntohs (this->addr.sin_port) ); - errlogPrintf ( "cas warning: but now two or more severs share the same UDP port.\n"); + errlogPrintf ( "cas warning: but now two or more servers share the same UDP port.\n"); errlogPrintf ( "cas warning: Depending on your IP kernel this server may not be\n" ); errlogPrintf ( "cas warning: reachable with UDP unicast (a host's IP in EPICS_CA_ADDR_LIST)\n" ); }