Typo fix.

This commit is contained in:
Thulinma 2012-08-25 22:16:05 +02:00
parent fd2211f85f
commit 9ca532523c

View file

@ -444,7 +444,7 @@ std::string Socket::Connection::getHost(){
/// Sets hostname for connection manually. /// Sets hostname for connection manually.
/// Overwrites the detected host, thus possibily making it incorrect. /// Overwrites the detected host, thus possibily making it incorrect.
void setHost(std::string host){ void Socket::Connection::setHost(std::string host){
remotehost = host; remotehost = host;
} }