]> git.marmaro.de Git - mmh/commitdiff
Fix spelling errors, including binaries ones
authorDmitry Bogatov <KAction@gnu.org>
Sat, 27 Aug 2016 08:06:00 +0000 (11:06 +0300)
committerPhilipp Takacs <philipp@bureaucracy.de>
Sun, 28 Aug 2016 20:10:36 +0000 (22:10 +0200)
Signed-off-by: Dmitry Bogatov <KAction@gnu.org>
23 files changed:
NEWS
docs/COMPLETION-ZSH
docs/ChangeLog_MH-3_to_MH-6.6
docs/ChangeLog_MH-6.7.0_to_MH-6.8.4.html
docs/ChangeLog_nmh
docs/FAQ
docs/README.manpages
docs/README.start-devel
docs/TODO
docs/m_getfld.c.humor
h/fmt_scan.h
man/mh-alias.man5
man/mh-format.man5
man/mhbuild.man1
sbr/mf.c
sbr/path.c
sbr/readconfig.c
test/common.sh
test/tests/send/test-mimeify
uip/empty [new file with mode: 0644]
uip/inc.c
uip/mhbuild.c
uip/mhpath.c

diff --git a/NEWS b/NEWS
index 64ada10f150b1d4290ae7be766e195d42fe3ddea..aad13dd817cc418bc01c1c07c7af4fe135faaf4f 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -29,7 +29,7 @@ Bug fixes
 Technical changes
 -----------------
 - m_getfld() is replaced by m_getfld2()
-- send calls mhbuild everytime except for dist
+- send calls mhbuild every time except for dist
 - intern sequence system are more independent
 - use only mh_calloc to avoid bugs
 - use mh_free0 to avoid bugs
index 4d67d927fc3f33deac96655b82e778552de3fece..01b845b7f1e8e62ca26c3b616113d60748ecd85a 100644 (file)
@@ -4,7 +4,7 @@
 # the Z Shell (zsh) for the nmh mail system.
 #
 # You may need to edit where it says EDIT ME.
-# These were orginally written for MH by Peter Stephenson
+# These were originally written for MH by Peter Stephenson
 
 # The following three functions are best autoloaded.
 #
index 4b7ecf8abbcb5de79c7e163554963afb38447fa9..3022a519fc6e1b882b625d49ae2cbffbb9c30001 100644 (file)
@@ -1026,7 +1026,7 @@ Tue Feb 18 01:13:51 1986  /mtr <mrose@nrtc-gremlin>
 Mon Feb 17 20:14:35 1986  /mtr <mrose@nrtc-gremlin>
 
        support/general/scan.{time,size}: mday/month inverted
-       sbr/{formatsbr,fmtcompile}.c: bring upto date with MH 6.3+
+       sbr/{formatsbr,fmtcompile}.c: bring up to date with MH 6.3+
        sbr/formatsbr.c: missing tzone/sday/dst handling!
        h/scansbr.h: slight update
        uip/scansbr.c: try using formataddr() routine to do "correct"
@@ -1187,7 +1187,7 @@ Wed Jan 15 04:43:33 1986  /mtr <mrose@nrtc-gremlin>
 
 Sun Jan 12 22:58:34 1986  /mtr <mrose@nrtc-gremlin>
 
-       uip/bbc.c: getbbvis a bit too agressive, use popd algorithm
+       uip/bbc.c: getbbvis a bit too aggressive, use popd algorithm
 
 
 Sun Jan 12 14:01:25 1986  /mtr <mrose@nrtc-gremlin>
@@ -4415,7 +4415,7 @@ Sun Nov  4 17:40:04 1984  /mtr (agent: Marshall Rose) <uci@udel-dewey>
 Sun Nov  4 15:00:20 1984  /mtr (agent: Marshall Rose) <uci@udel-dewey>
 
        sbr/m_getfld.c: in the interests of speed-up, change eom() to a
-           macro that calls the auxilary function Eom() if need be.  This,
+           macro that calls the auxiliary function Eom() if need be.  This,
            along with the addition of a new mbx_style, DEFAULT, should
            give a significant speed-up in parsing individual files and
            the MH profile.  Finally, make Getc() a macro as well, which
@@ -4813,7 +4813,7 @@ Thu Aug  2 15:05:29 1984  Rand MH Mail Handler (agent: Marshall Rose) <mh@uci-75
 
 Wed Jul 25 08:49:44 1984  Rand MH Mail Handler (agent: Marshall Rose) <mh@uci-750b>
 
-       uip/bbr.c: bring upto date with dist/forw/repl's -nodraftfolder.
+       uip/bbr.c: bring up to date with dist/forw/repl's -nodraftfolder.
        sbr/trimcpy.c: fold tabs into spaces in addition to newlines.
 
 
@@ -4894,7 +4894,7 @@ Wed Jul 18 05:35:14 1984  Rand MH mail system (agent: Marshall Rose) <mh@uci-750
 
 Wed Jul 18 03:01:11 1984  Rand MH mail system (agent: Marshall Rose) <mh@uci-750a>
 
-       Install the code necesary for the @folder notation, meaning
+       Install the code necessary for the @folder notation, meaning
        +cwf/folder (TSUBCWF).
 
 
index 1d6542ec25fbaa26a8acd25b7eeddc5c69821e1a..8cf86cf9f5569e096f0879474c9ba7900a9b9651 100644 (file)
 
           MPOP       Mobile POP (see above).
 
-          MSGID      Enables <U>slocal</U> to detect and surpress duplicate
+          MSGID      Enables <U>slocal</U> to detect and suppress duplicate
                      messages.
 
           OSF1       Support for DEC OSF1 systems.  May be incomplete.
index 324dddc1b09fce59a1dae44ff552232ff3bb79a2..9c1ae3dfc9f9409d8844c9fd0bdb09b9d9b33cc2 100644 (file)
        Build 10.0.3416 in particular, doesn't see attachments in
        incoming messages if there are Content-ID headers, see
        http://home.cwru.edu/~wrv/eudoraoutlookfix.html.  This allows
-       users to easily accomodate that by adding
+       users to easily accommodate that by adding
        mhbuild: -nocontentid to their .mh_profile.
 
 2006-01-29  Oliver Kiddle  <okiddle@yahoo.co.uk>
@@ -1524,7 +1524,7 @@ Fri May 12 02:51:21 2000 Shantonu Sen <ssen@mit.edu>
 Thu May 11 02:21:34 2000 Shantonu Sen <ssen@mit.edu>
 
        * Simplified sbr/Makefile.in so that both SRCS and OBJS aren't
-       seperately and redundantly defined, but so that OBJS is a
+       separately and redundantly defined, but so that OBJS is a
        pattern-substituted version of SRCS with suffix .c -> .o. This
        should make maintainability easier.
 
@@ -2099,7 +2099,7 @@ Fri Oct 29 13:42:51 1999 Dan Harkless <dan-nmh@dilvish.speed.net>
 
        * Upped the version number to 1.0.3.  If we don't do this, then
        when people report bugs against 1.0.2, we won't know "which" 1.0.2
-       they're talking about (since the development source is publically
+       they're talking about (since the development source is publicly
        available via CVS).  I think the Linux kernel version numbers are
        a good model, so the next time we roll a tarball, it should be
        version 1.0.4 (or higher -- anyhow, an even-numbered version).
@@ -2115,7 +2115,7 @@ Tue Oct 26 22:57:00 1999 Doug Morris <doug@mhost.com>
        XYZ later on decides to create yet another libtool, we'll be
        caught again. This works for now.
 
-       * Minor updates to MACHINES refering to Mac OS X.
+       * Minor updates to MACHINES referring to Mac OS X.
 
 Thu Oct 21 20:45:37 1999 Doug Morris <doug@mhost.com>
 
index 8a1805c52cecb889bc6dac5aba54e74c2ccd94ec..3f17ebfaf568dc883ba9880878d51d39eb3c20ef 100644 (file)
--- a/docs/FAQ
+++ b/docs/FAQ
@@ -1285,7 +1285,7 @@ From: "Jeffrey T. Eaton" <jeaton at galt.com>
 Date: Fri, 04 Apr 1997 15:30:36 GMT
 
   Fixed [DBM_PAGFNO_NOT_AVAILABLE error] by getting the latest gdbm
-  package, compiling and installing it and the dbm/ndbm compatability
+  package, compiling and installing it and the dbm/ndbm compatibility
   stuff, and moving Sun's broken ndbm.h out of /usr/include.
 
   To fix "../sbr/libmh.so: undefined reference to
@@ -2984,7 +2984,7 @@ From: John Romine <jromine at yoyodyne.ICS.UCI.EDU>
   people. When users use Dcc as a substitute for Bcc, there is *no*
   indication to the "blind" recipients that they have received a blind
   copy. If those recipients should reply (and they have no indication
-  why they shouldn't), the original author could be very embarassed
+  why they shouldn't), the original author could be very embarrassed
   (or worse).
 
 ------------------------------
@@ -4048,7 +4048,7 @@ We are also grateful to Kim F. Storm <storm at olicom.dk> and Edward
 Vielmetti <emv at ox.com> and the folks mentioned in the text of this
 document who have provided answers or other information to make this a
 better document.  I regret that it is possible that some names have
-been accidently omitted.  I would also like to thank all the readers
+been accidentally omitted.  I would also like to thank all the readers
 of comp.mail.mh.
 
 I'd also like to thank John Romine <jromine at yoyodyne.ICS.UCI.EDU> for
index 0d435eff3df8b442ba15367a1f3db41901e0584b..40025d36bb7f5dfa2ca59ef014487e63eabc0e5e 100644 (file)
@@ -100,7 +100,7 @@ SYNPOSIS section
 
        Literal text (such as flags) should be in bold. Parameters
        should be italicized. Mutually exclusive options (like
-       "-foo" and "-nofoo") should be grouped together and seperated
+       "-foo" and "-nofoo") should be grouped together and separated
        by a "|":
 
                .RI [ +folder ]              <---- parameter
index 192c3ff5ee0a65a46558fd6e6269093663db0a2b..a1c9512b891db7c946c006c8c7a08c28e6d105a6 100644 (file)
@@ -110,8 +110,8 @@ Don't expect nmh to be like modern Free Software projects. Nmh is old
 and MH is much older. The community still carries old spirits; you
 might not be used to them. Also, keep in mind that nmh is matured
 back-end software, thus the view on change may be different than you
-might expect. Nontheless, I encourage you to interact with the
-community. You will learn a lot and you will recieve valuable comments.
+might expect. Nonetheless, I encourage you to interact with the
+community. You will learn a lot and you will receive valuable comments.
 
 
 
index 308f755c864e55be57530a41c98ee6e849173ad9..f01a718e1d456170d7b9ce5302ca1cbfb65b9974 100644 (file)
--- a/docs/TODO
+++ b/docs/TODO
@@ -64,7 +64,7 @@ FORMATS
 INC
 ---
 * Add ability to do filtering (call filterproc) when incorporating mail
-* Change inc to use libary function folder_addmsg().
+* Change inc to use library function folder_addmsg().
 
 MHBUILD
 -------
index e722c8511377152dfa35a34243ef04f35b3ecaee..46449095db90b4d435af1cbd59aad062fbe3dc0d 100644 (file)
@@ -28,7 +28,7 @@ Enjoy! :-)      -- 2012-04-01 markus schnalke <meillo@marmaro.de>
    be parsed as well.  Unfortunately the speed issue finally caught up with
    us since this routine is at the very heart of MH.
 
-   To speed things up considerably, the routine Eom() was made an auxilary
+   To speed things up considerably, the routine Eom() was made an auxiliary
    function called by the macro eom().  Unless we are bursting a maildrop,
    the eom() macro returns FALSE saying we aren't at the end of the
    message.
index d7f43af0d4452c37cb6998fc0bcd77b49105b394..eec967edccfc5978a6a8a32da5e7f2c055eee454 100644 (file)
@@ -5,7 +5,7 @@
 /*
 ** This structure describes an "interesting" component.  It holds
 ** the name & text from the component (if found) and one piece of
-** auxilary info.  The structure for a particular component is located
+** auxiliary info.  The structure for a particular component is located
 ** by (open) hashing the name and using it as an index into the ptr array
 ** "wantcomp".  All format entries that reference a particular component
 ** point to its comp struct (so we only have to do component specific
index 610117b94ca1a0fd0cf39fa98823538b3be3d561..1d0508f8ec5b34dbc8a250704d10373da0540042 100644 (file)
@@ -62,7 +62,7 @@ are UNIX file names.
 is a group name (or number) from
 .IR /etc/group .
 An address is a `simple'
-Internet\-style address.  Througout this file, case is ignored, except
+Internet\-style address.  Throughout this file, case is ignored, except
 for file names.
 .PP
 If the line starts with a `<', then the file named after the `<' is
index ed0a2dc67bc5b4c874d718a408a0881f84001ebb..f450012f39926066f0ab9637f89c7cbca0d66685 100644 (file)
@@ -221,7 +221,7 @@ used depends on the function, as listed below.
 .\"  The latter can be used as a single expression for %<.
 .\"  It does make a difference for (decode) because in the former
 .\"  way, wrapping (decode) with (void) can be necessary.
-.\"  What is the prefered way?
+.\"  What is the preferred way?
 .PP
 Component escapes write the value of their message header in
 .IR str .
index 304cbf29db9e4dfcda52c67a729d6feed3c11966..7a32a41fc54a60e2efba40a690ee3b847417fea1 100644 (file)
@@ -511,6 +511,6 @@ and edit the draft again thereafter, removing the Content-ID headers.
 Then send it.
 There used to be a
 .B \-nocontentid
-switch to prevent Content-ID headers to be inserted, but as it was considerd
+switch to prevent Content-ID headers to be inserted, but as it was considered
 wrong to complicate all other MUAs instead of forcing the developers and users 
 of broken MUAs to fix or change their software, it was removed.
index c86d4d5dd0f26e1d52545cee072b265d390fb32f..8130fbfb6b0aa2877ab9a5ea2fe6539f80055b54 100644 (file)
--- a/sbr/mf.c
+++ b/sbr/mf.c
@@ -54,7 +54,7 @@ getcpy(char *s)
 ** is neither complete nor correct.  It does however recognize nearly all
 ** of the 822 address syntax.
 ** Historically, it handled the majority (and still handles parts) of the
-** 733 syntax as well.  Most problems arise from trying to accomodate both.
+** 733 syntax as well.  Most problems arise from trying to accommodate both.
 **
 ** In terms of 822, the route-specification in
 **
index f95a758fe35fae162c3c8ed0a8d2115614b8f8ff..66bb8f1f5c83ec471b85a15a99f416f9f333e4e4 100644 (file)
@@ -77,7 +77,7 @@ try_it:
 
 
 /*
-**  Compactify a path name by removing unneccessary parts.
+**  Compactify a path name by removing unnecessary parts.
 **  Removes trailing slashes. Cares to never remove all characters.
 **  Modifies f (never enlarges it).
 **
index 6253c233b5ee17562c4e152c393bf11a646a9796..91d2b4ede5922fdc2c5b840d4d330a3d3aa0003c 100644 (file)
@@ -83,7 +83,7 @@ readconfig(struct node **npp, FILE *ib, char *file, int ctx)
                        break;
 
                case IOERR2:
-                       adios(EX_IOERR, NULL, "m_getfld2", "some error happend");
+                       adios(EX_IOERR, NULL, "m_getfld2", "some error happened");
                        break;
 
                default:
index d195a7cf5d24b35d81c0b6e5e18ccc06602f4473..805afeafcc8e059c54e702b1a1f1b39dd9f71275 100644 (file)
@@ -55,7 +55,7 @@ require_locale()
 # Some stuff for doing silly progress indicators
 progress_update()
 {
-       test -t 1 || return 0   # supress progress meter if non-interactive
+       test -t 1 || return 0   # suppress progress meter if non-interactive
        this="$1"
        first="$2"
        last="$3"
@@ -69,7 +69,7 @@ progress_update()
 
 progress_done()
 {
-       test -t 1 || return 0   # supress progress meter if non-interactive
+       test -t 1 || return 0   # suppress progress meter if non-interactive
        printf "100%%\n"
 }
 
index 9530f2bff286fbf7ea82df8126dfe7e4a17830bb..3de45d74e5fb85e9e6b5c259e95dddcf9f735cbc 100644 (file)
@@ -1,4 +1,4 @@
-#Test if MIME convertion work
+#Test if MIME conversion work
 
 . "$MH_TEST_COMMON"
 
diff --git a/uip/empty b/uip/empty
new file mode 100644 (file)
index 0000000..e69de29
index c0f272e0995f00393a63baa775492299eff019af..08aa533ceb5121edc9a886be4bc3373f6b9d3d37 100644 (file)
--- a/uip/inc.c
+++ b/uip/inc.c
@@ -274,7 +274,7 @@ main(int argc, char **argv)
        ** NOTE: above this point you should use TRYDROPGROUPPRIVS(),
        ** not DROPGROUPPRIVS().
        */
-       /* guarantee dropping group priveleges; we might not have done so earlier */
+       /* guarantee dropping group privileges; we might not have done so earlier */
        DROPGROUPPRIVS();
 
        if (from && strcmp(from, "-")==0) {
index ba4428f77aff7c9818f08979a560b0953fbb13df..6ed6037d34f7d27d15c5696b5fb8d75c92ad40b3 100644 (file)
@@ -414,7 +414,7 @@ build_mime(char *infile)
        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.
        */
index aa63f4d73cba9190191792997bc4884572a45fad..0fe638cd7eec06e24a3e3a140b3d90c897ae69bb 100644 (file)
@@ -105,7 +105,7 @@ main(int argc, char **argv)
        }
        /*
        ** TODO: As folder_realloc() checks itself if the realloc
-       ** really is necesary, why don't we then:
+       ** really is necessary, why don't we then:
        **    if (!(mp = folder_realloc (mp, 1, mp->hghmsg+1)))
        **        adios (NULL, "unable to allocate folder storage");
        ** ? This at least appears most clear to me. -- meillo