-
-/*
- * 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
/*
- * SPECIFIC FALURE VALUES
+ * SPECIFIC FAILURE VALUES
*/
/*
/* is return value negative? */
#define rp_isbad(val) (((signed char)(val)) < 0)
-