]> diplodocus.org Git - nmh/blobdiff - uip/scansbr.c
Added oauth to mhparam examples.
[nmh] / uip / scansbr.c
index 7391a3bd1403819095ea2530d166316e0313d9f6..2ef32c4e1adcbddc4827bb6d972eb01b9670739f 100644 (file)
@@ -242,7 +242,7 @@ scan (FILE *inb, int innum, int outnum, char *nfs, int width, int curflg,
                  * The previous code here used to call m_getfld() using
                  * pointers to the underlying output stdio buffers to
                  * avoid the extra copy.  Tests by Markus Schnalke show
-                 * no noticable performance loss on larger mailboxes
+                 * no noticeable performance loss on larger mailboxes
                  * if we incur an extra copy, and messing around with
                  * internal stdio buffers is becoming more and more
                  * unportable as times go on.  So from now on just deal