]> diplodocus.org Git - nmh/blobdiff - uip/mhfixmsg.c
m_getfld.c: Remove else after break in m_unknown() and m_Eom().
[nmh] / uip / mhfixmsg.c
index 4cf2014e0c1241fed00ce603c53433cd767bd7be..47ae44b4458efb5e269a349b53bcc9be836e93e5 100644 (file)
@@ -1,5 +1,4 @@
-/*
- * mhfixmsg.c -- rewrite a message with various transformations
+/* mhfixmsg.c -- rewrite a message with various transformations
  *
  * This code is Copyright (c) 2002 and 2013, by the authors of nmh.
  * See the COPYRIGHT file in the root directory of the nmh
@@ -1068,7 +1067,7 @@ replace_substring (char **str, const char *old, const char *new) {
 char *
 remove_parameter (char *str, const char *name) {
     /* It looks to me, based on the BNF in RFC 2045, than there can't
-       be whitespace betwwen the parameter name and the "=", or
+       be whitespace between the parameter name and the "=", or
        between the "=" and the parameter value. */
     char *param_name = concat (name, "=", NULL);
     char *cp;