Skip to content

Commit

Permalink
Another spelling fix
Browse files Browse the repository at this point in the history
conneciton -> connection
  • Loading branch information
Faidon Liambotis committed Jan 8, 2019
1 parent e129df4 commit fe35459
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tls.c
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ unsigned char *radtlsget(SSL *ssl, int timeout, pthread_mutex_t *lock) {

len = RADLEN(buf);
if (len < 20) {
debug(DBG_ERR, "radtlsget: length too small, malformed packet! closing conneciton!");
debug(DBG_ERR, "radtlsget: length too small, malformed packet! closing connection!");
pthread_mutex_lock(lock);
SSL_shutdown(ssl);
pthread_mutex_unlock(lock);
Expand Down

0 comments on commit fe35459

Please sign in to comment.