Fix uip/whom.c for C89 compatibility
[mmh] / uip / mhbuild.c
index ba4428f..a233c68 100644 (file)
@@ -45,6 +45,7 @@ static struct swit switches[] = {
        { NULL, 0 }
 };
 
        { NULL, 0 }
 };
 
+char *version=VERSION;
 
 /*
 ** Directory to place tmp files.  This must
 
 /*
 ** Directory to place tmp files.  This must
@@ -414,7 +415,7 @@ build_mime(char *infile)
        add_header(ct, np, vp);
 
        /*
        add_header(ct, np, vp);
 
        /*
-       ** We initally assume we will find multiple contents in the
+       ** We initially assume we will find multiple contents in the
        ** draft.  So create a multipart/mixed content to hold everything.
        ** We can remove this later, if it is not needed.
        */
        ** draft.  So create a multipart/mixed content to hold everything.
        ** We can remove this later, if it is not needed.
        */