Replace 'inacceptable' with the more common 'unacceptable'

This commit is contained in:
Tobias Brunner
2018-06-28 18:46:42 +02:00
parent 84cdfbc9bc
commit 2ad1df9571
12 changed files with 18 additions and 18 deletions
+1 -1
View File
@@ -225,7 +225,7 @@ static status_t do_sasl(private_pt_tls_client_t *this, sasl_mechanism_t *sasl)
reader->destroy(reader);
return SUCCESS;
case NEED_MORE:
/* inacceptable, it won't get more. FALL */
/* unacceptable, it won't get more. FALL */
case FAILED:
default:
reader->destroy(reader);