Fixed some typos, courtesy of codespell

This commit is contained in:
Tobias Brunner
2019-04-29 15:09:20 +02:00
parent c546c1ba71
commit 02b348403a
14 changed files with 21 additions and 21 deletions
+1 -1
View File
@@ -249,7 +249,7 @@ static status_t do_sasl(private_pt_tls_client_t *this, sasl_mechanism_t *sasl)
case INVALID_STATE:
break;
case SUCCESS:
/* shoudln't happen, continue until we get a result */
/* shouldn't happen, continue until we get a result */
case NEED_MORE:
writer->write_data(writer, data);
free(data.ptr);