X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/2ca6b6161c8db6d26e4f1c5147f54984c6b6cc0e..90f9f125b5056880657caae589285c8c88e016f9:/mts/smtp/smtp.c diff --git a/mts/smtp/smtp.c b/mts/smtp/smtp.c index 1403102b..3516f776 100644 --- a/mts/smtp/smtp.c +++ b/mts/smtp/smtp.c @@ -94,7 +94,7 @@ static FILE *sm_wfp = NULL; */ static sasl_conn_t *conn = NULL; /* SASL connection state */ -static int sasl_complete = 0; /* Has authentication succeded? */ +static int sasl_complete = 0; /* Has authentication succeeded? */ static sasl_ssf_t sasl_ssf; /* Our security strength factor */ static int maxoutbuf; /* Maximum crypto output buffer */ static char *sasl_outbuffer; /* SASL output buffer for encryption */ @@ -1449,7 +1449,7 @@ tls_negotiate(void) #endif /* TLS_SUPPORT */ /* - * Convenience functions to replace occurences of fputs() and fputc() + * Convenience functions to replace occurrences of fputs() and fputc() */ static int