Skip to content

Commit

Permalink
Merge pull request #29 from paravoid/spelling
Browse files Browse the repository at this point in the history
Another spelling fix
Fabian Mauchle authored and GitHub committed Jan 10, 2019
2 parents e129df4 + fe35459 commit 98c0148
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
@@ -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);

0 comments on commit 98c0148

Please sign in to comment.