From 4112940aea5591648b03a81907408752c08b33aa Mon Sep 17 00:00:00 2001 From: Dmitry Bogatov Date: Sat, 27 Aug 2016 11:06:00 +0300 Subject: [PATCH] Fix spelling errors, including binaries ones Signed-off-by: Dmitry Bogatov --- NEWS | 2 +- docs/COMPLETION-ZSH | 2 +- docs/ChangeLog_MH-3_to_MH-6.6 | 10 +++++----- docs/ChangeLog_MH-6.7.0_to_MH-6.8.4.html | 2 +- docs/ChangeLog_nmh | 8 ++++---- docs/FAQ | 6 +++--- docs/README.manpages | 2 +- docs/README.start-devel | 4 ++-- docs/TODO | 2 +- docs/m_getfld.c.humor | 2 +- h/fmt_scan.h | 2 +- man/mh-alias.man5 | 2 +- man/mh-format.man5 | 2 +- man/mhbuild.man1 | 2 +- sbr/mf.c | 2 +- sbr/path.c | 2 +- sbr/readconfig.c | 2 +- test/common.sh | 4 ++-- test/tests/send/test-mimeify | 2 +- uip/inc.c | 2 +- uip/mhbuild.c | 2 +- uip/mhpath.c | 2 +- 22 files changed, 33 insertions(+), 33 deletions(-) create mode 100644 uip/empty diff --git a/NEWS b/NEWS index 64ada10..aad13dd 100644 --- 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 diff --git a/docs/COMPLETION-ZSH b/docs/COMPLETION-ZSH index 4d67d92..01b845b 100644 --- a/docs/COMPLETION-ZSH +++ b/docs/COMPLETION-ZSH @@ -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. # diff --git a/docs/ChangeLog_MH-3_to_MH-6.6 b/docs/ChangeLog_MH-3_to_MH-6.6 index 4b7ecf8..3022a51 100644 --- a/docs/ChangeLog_MH-3_to_MH-6.6 +++ b/docs/ChangeLog_MH-3_to_MH-6.6 @@ -1026,7 +1026,7 @@ Tue Feb 18 01:13:51 1986 /mtr Mon Feb 17 20:14:35 1986 /mtr 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 Sun Jan 12 22:58:34 1986 /mtr - 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 @@ -4415,7 +4415,7 @@ Sun Nov 4 17:40:04 1984 /mtr (agent: Marshall Rose) Sun Nov 4 15:00:20 1984 /mtr (agent: Marshall Rose) 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) - 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) - Install the code necesary for the @folder notation, meaning + Install the code necessary for the @folder notation, meaning +cwf/folder (TSUBCWF). diff --git a/docs/ChangeLog_MH-6.7.0_to_MH-6.8.4.html b/docs/ChangeLog_MH-6.7.0_to_MH-6.8.4.html index 1d6542e..8cf86cf 100644 --- a/docs/ChangeLog_MH-6.7.0_to_MH-6.8.4.html +++ b/docs/ChangeLog_MH-6.7.0_to_MH-6.8.4.html @@ -351,7 +351,7 @@ MPOP Mobile POP (see above). - MSGID Enables slocal to detect and surpress duplicate + MSGID Enables slocal to detect and suppress duplicate messages. OSF1 Support for DEC OSF1 systems. May be incomplete. diff --git a/docs/ChangeLog_nmh b/docs/ChangeLog_nmh index 324dddc..9c1ae3d 100644 --- a/docs/ChangeLog_nmh +++ b/docs/ChangeLog_nmh @@ -624,7 +624,7 @@ 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 @@ -1524,7 +1524,7 @@ Fri May 12 02:51:21 2000 Shantonu Sen Thu May 11 02:21:34 2000 Shantonu Sen * 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 * 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 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 diff --git a/docs/FAQ b/docs/FAQ index 8a1805c..3f17ebf 100644 --- a/docs/FAQ +++ b/docs/FAQ @@ -1285,7 +1285,7 @@ From: "Jeffrey T. Eaton" 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 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 and Edward Vielmetti 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 for diff --git a/docs/README.manpages b/docs/README.manpages index 0d435ef..40025d3 100644 --- a/docs/README.manpages +++ b/docs/README.manpages @@ -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 diff --git a/docs/README.start-devel b/docs/README.start-devel index 192c3ff..a1c9512 100644 --- a/docs/README.start-devel +++ b/docs/README.start-devel @@ -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. diff --git a/docs/TODO b/docs/TODO index 308f755..f01a718 100644 --- 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 ------- diff --git a/docs/m_getfld.c.humor b/docs/m_getfld.c.humor index e722c85..4644909 100644 --- a/docs/m_getfld.c.humor +++ b/docs/m_getfld.c.humor @@ -28,7 +28,7 @@ Enjoy! :-) -- 2012-04-01 markus schnalke 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. diff --git a/h/fmt_scan.h b/h/fmt_scan.h index d7f43af..eec967e 100644 --- a/h/fmt_scan.h +++ b/h/fmt_scan.h @@ -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 diff --git a/man/mh-alias.man5 b/man/mh-alias.man5 index 610117b..1d0508f 100644 --- a/man/mh-alias.man5 +++ b/man/mh-alias.man5 @@ -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 diff --git a/man/mh-format.man5 b/man/mh-format.man5 index ed0a2dc..f450012 100644 --- a/man/mh-format.man5 +++ b/man/mh-format.man5 @@ -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 . diff --git a/man/mhbuild.man1 b/man/mhbuild.man1 index 304cbf2..7a32a41 100644 --- a/man/mhbuild.man1 +++ b/man/mhbuild.man1 @@ -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. diff --git a/sbr/mf.c b/sbr/mf.c index c86d4d5..8130fbf 100644 --- 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 ** diff --git a/sbr/path.c b/sbr/path.c index f95a758..66bb8f1 100644 --- a/sbr/path.c +++ b/sbr/path.c @@ -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). ** diff --git a/sbr/readconfig.c b/sbr/readconfig.c index 6253c23..91d2b4e 100644 --- a/sbr/readconfig.c +++ b/sbr/readconfig.c @@ -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: diff --git a/test/common.sh b/test/common.sh index d195a7c..805afea 100644 --- a/test/common.sh +++ b/test/common.sh @@ -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" } diff --git a/test/tests/send/test-mimeify b/test/tests/send/test-mimeify index 9530f2b..3de45d7 100644 --- a/test/tests/send/test-mimeify +++ b/test/tests/send/test-mimeify @@ -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 index 0000000..e69de29 diff --git a/uip/inc.c b/uip/inc.c index c0f272e..08aa533 100644 --- 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) { diff --git a/uip/mhbuild.c b/uip/mhbuild.c index ba4428f..6ed6037 100644 --- a/uip/mhbuild.c +++ b/uip/mhbuild.c @@ -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. */ diff --git a/uip/mhpath.c b/uip/mhpath.c index aa63f4d..0fe638c 100644 --- a/uip/mhpath.c +++ b/uip/mhpath.c @@ -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 -- 1.7.10.4