diff --git a/src/rsrv/caservertask.c b/src/rsrv/caservertask.c index b0672e35f..9ea13ec8a 100644 --- a/src/rsrv/caservertask.c +++ b/src/rsrv/caservertask.c @@ -369,7 +369,7 @@ LOCAL int req_server (void) errlogPrintf ( "cas warning: Configured TCP port was unavailable.\n"); errlogPrintf ( "cas warning: Using dynamically assigned TCP port %hu,\n", ca_server_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" ); }