]> diplodocus.org Git - nmh/blobdiff - mts/smtp/smtp.h
new.c: Order two return statements to match comment.
[nmh] / mts / smtp / smtp.h
index 8b6b32c0db42faf8a9822ea4206f2f03bd33622b..6de4e5143e2b20744be06ed65c183386ad90423b 100644 (file)
@@ -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)
-