]> diplodocus.org Git - nmh/blobdiff - sbr/seq_read.c
Canonicalized MH_TEST_DIR, and replaced use of `pwd` with it, to
[nmh] / sbr / seq_read.c
index 9b071a4e174bb42c0905ffe28a7576612ff631c5..759dba491f89e6edfa0a8c1fc660b46ca40bd579 100644 (file)
@@ -186,7 +186,7 @@ seq_init (struct msgs *mp, char *name, char *field)
      * Search for this sequence name to see if we've seen
      * it already.  If we've seen this sequence before,
      * then clear the bit for this sequence from all the
-     * mesages in this folder.
+     * messages in this folder.
      */
     for (i = 0; i < svector_size (mp->msgattrs); i++) {
        if (!strcmp (svector_at (mp->msgattrs, i), name)) {