]> diplodocus.org Git - nmh/blobdiff - mts/smtp/smtp.c
Fixed comments describing decodeBase64().
[nmh] / mts / smtp / smtp.c
index 1403102b28e4354063ab51a99df9135e3537b1a4..3516f7760f790025d5146c296da611f923954411 100644 (file)
@@ -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