From Gary Quinn, spelling fixes

This commit is contained in:
Robert Osfield
2009-02-06 15:27:41 +00:00
parent 5ee4a99de0
commit 1a3a801857
8 changed files with 12 additions and 12 deletions

View File

@@ -164,7 +164,7 @@ void Broadcaster::setHost( const char *hostname )
struct hostent *h;
if( (h = gethostbyname( hostname )) == 0L )
{
fprintf( stderr, "Broadcaster::setHost() - Cannot resolv an address for \"%s\".\n", hostname );
fprintf( stderr, "Broadcaster::setHost() - Cannot resolve an address for \"%s\".\n", hostname );
_address = 0;
}
else