Corrected spelling in error message.

FossilOrigin-Name: 28a7c5d399e9dda1000007d21fde90bf4b17da8b1e0290614afadb91f6e20366
This commit is contained in:
7u83@mail.ru 2014-08-15 22:49:17 +00:00
parent 6cedf2ad32
commit 372374a852
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@ int dtls_openssl_accept(struct conn * conn)
if (rc)
return 0;
}
cw_log(LOG_ERR,"DTLS Error: Timout while waiting establishing session with %s.",sock_addr2str(&conn->addr));
cw_log(LOG_ERR,"DTLS Error: Timeout while establishing session with %s.",sock_addr2str(&conn->addr));
return 0;
}