fixed spelling

This commit is contained in:
Jeff Hill
2002-03-07 19:18:02 +00:00
parent ce7922e830
commit cae3bf5b33

View File

@@ -115,7 +115,7 @@ casDGIntfIO::casDGIntfIO (caServerI &serverIn, const caNetAddr &addr,
ellInit ( &tmpList );
osiSockDiscoverBroadcastAddresses (&tmpList,
this->sock, &serverAddr); // match addr
removeDuplicatesAddresses ( &BCastAddrList, &tmpList, 1 );
removeDuplicateAddresses ( &BCastAddrList, &tmpList, 1 );
if (ellCount(&BCastAddrList)<1) {
errMessage (S_cas_noInterface, "unable to continue");
socket_close (this->sock);
@@ -167,7 +167,7 @@ casDGIntfIO::casDGIntfIO (caServerI &serverIn, const caNetAddr &addr,
&BCastAddrList, pParam, beaconPort);
}
removeDuplicatesAddresses ( &this->beaconAddrList, &BCastAddrList, 0 );
removeDuplicateAddresses ( &this->beaconAddrList, &BCastAddrList, 0 );
//
// Solaris specific: