Replace "timout" with "timeout" in log message.

BUG=None
TBR=pthatcher@webrtc.org
NOTRY=True

Review-Url: https://codereview.webrtc.org/2742883002
Cr-Commit-Position: refs/heads/master@{#17155}
This commit is contained in:
deadbeef 2017-03-09 15:54:22 -08:00 committed by Commit bot
parent 0e4c10117b
commit 8f33fb3419

View File

@ -1195,7 +1195,7 @@ void TurnAllocateRequest::OnErrorResponse(StunMessage* response) {
void TurnAllocateRequest::OnTimeout() {
LOG_J(LS_WARNING, port_) << "TURN allocate request "
<< rtc::hex_encode(id()) << " timout";
<< rtc::hex_encode(id()) << " timeout";
port_->OnAllocateRequestTimeout();
}