X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/f4f042276a25cbde557d159914ac1d0c31514535..4a56a28ac:/mts/smtp/smtp.h diff --git a/mts/smtp/smtp.h b/mts/smtp/smtp.h index 8b6b32c0..6de4e514 100644 --- a/mts/smtp/smtp.h +++ b/mts/smtp/smtp.h @@ -1,6 +1,4 @@ - -/* - * smtp.h -- definitions for the nmh SMTP Interface +/* smtp.h -- definitions for the nmh SMTP Interface */ /* length is the length of the string in text[], which is also NUL @@ -137,7 +135,7 @@ char *rp_string (int); /* - * SPECIFIC FALURE VALUES + * SPECIFIC FAILURE VALUES */ /* @@ -181,4 +179,3 @@ char *rp_string (int); /* is return value negative? */ #define rp_isbad(val) (((signed char)(val)) < 0) -