summaryrefslogtreecommitdiff
path: root/mcon
diff options
context:
space:
mode:
Diffstat (limited to 'mcon')
-rw-r--r--mcon/U/Csym.U6
-rw-r--r--mcon/U/Head.U2
-rw-r--r--mcon/U/MailAuthor.U2
-rw-r--r--mcon/U/MailList.U2
-rw-r--r--mcon/U/Mips.U4
-rw-r--r--mcon/U/Oldconfig.U2
-rw-r--r--mcon/U/Options.U4
-rw-r--r--mcon/U/Unix.U2
-rw-r--r--mcon/U/ccflags.U2
-rw-r--r--mcon/U/d_memmove.U2
-rw-r--r--mcon/U/d_regcmp.U8
-rw-r--r--mcon/U/d_scannl.U4
-rw-r--r--mcon/U/d_table.U2
-rw-r--r--mcon/U/d_time.U2
-rw-r--r--mcon/U/d_times.U2
-rw-r--r--mcon/U/enablenls.U2
-rw-r--r--mcon/U/i_fcntl.U2
-rw-r--r--mcon/U/i_sysioctl.U2
-rw-r--r--mcon/U/i_termio.U2
-rw-r--r--mcon/U/inc.U2
-rw-r--r--mcon/U/lex.U2
-rw-r--r--mcon/U/libc.U4
-rw-r--r--mcon/U/libs.U6
-rw-r--r--mcon/U/make.U2
-rw-r--r--mcon/U/mallocsrc.U2
-rw-r--r--mcon/U/nlist_pfx.U2
-rw-r--r--mcon/U/perlpath.U4
-rw-r--r--mcon/U/prototype.U2
-rw-r--r--mcon/U/sitearch.U2
-rw-r--r--mcon/U/sitelib.U2
-rw-r--r--mcon/U/src.U2
-rw-r--r--mcon/U/startperl.U2
-rw-r--r--mcon/U/uidtype.U2
-rw-r--r--mcon/U/usenm.U2
-rw-r--r--mcon/U/usrinc.U2
-rw-r--r--mcon/U/vaproto.U2
-rw-r--r--mcon/U/warnflags.U2
37 files changed, 49 insertions, 49 deletions
diff --git a/mcon/U/Csym.U b/mcon/U/Csym.U
index 94a5649..b2af441 100644
--- a/mcon/U/Csym.U
+++ b/mcon/U/Csym.U
@@ -14,7 +14,7 @@
?RCS: patch56: added quotes for OS/2 support
?RCS:
?RCS: Revision 3.0.1.3 1995/05/12 12:00:33 ram
-?RCS: patch54: fixed C test program to bypasss gcc builtin type checks (ADO)
+?RCS: patch54: fixed C test program to bypass gcc builtin type checks (ADO)
?RCS:
?RCS: Revision 3.0.1.2 1994/10/31 09:34:13 ram
?RCS: patch44: added Options to the MAKE line since it's no longer in Init.U
@@ -73,12 +73,12 @@ yes)
?X: type), the compiler assuming it's a built-in declaration given that the
?X: returned size matches. At least with 'char' we are safe! -- RAM, for ADO
?X:
-?X: Let's thank GNU cc for making our lifes so easy! :-)
+?X: Let's thank GNU cc for making our lives so easy! :-)
?X: (An alternative for the future would be to use our knowledge about gcc
?X: to force a -fno-builtin option in the compile test, in case the 'char'
?X: trick is obsoleted by future gcc releases). -- RAM
?X:
-?X: Lastly, gcc 3.4 otimizes &missing == 0 away, so we use + 2 instead now.
+?X: Lastly, gcc 3.4 optimizes &missing == 0 away, so we use + 2 instead now.
?X: The GNU folks like to do weird things, don't they? -- RAM, 2004-06-05
?X
?X: The above was invalid because main returns an int not a pointer.
diff --git a/mcon/U/Head.U b/mcon/U/Head.U
index 7b144ff..8258c71 100644
--- a/mcon/U/Head.U
+++ b/mcon/U/Head.U
@@ -149,7 +149,7 @@ fi
?X: There are two schools of thoughts here. Some people correctly argue that
?X: the user has a better chance than we do of setting a reasonable PATH and
?X: others argue that Configure is the best place there is to set up a suitable
-?X: PATH. Well, here we try to compromize by keeping the user's PATH and
+?X: PATH. Well, here we try to compromise by keeping the user's PATH and
?X: appending some directories which are known to work on some machine or the
?X: other. The rationale behind this being that a novice user might not have a
?X: proper environment variable set, and some directories like /etc (where
diff --git a/mcon/U/MailAuthor.U b/mcon/U/MailAuthor.U
index 61c226a..b996a68 100644
--- a/mcon/U/MailAuthor.U
+++ b/mcon/U/MailAuthor.U
@@ -34,7 +34,7 @@
?X:
?X: This unit asks the user to please send a message to the author.
?X: To force inclusion of this unit, you must add it's name to the
-?X: dependancies on the MAKE line in your private copy of End.U.
+?X: dependencies on the MAKE line in your private copy of End.U.
?X: This allows a smart mailagent program to automatically let users know
?X: when their package is out of date, and to allow users to be notified of
?X: any future patches.
diff --git a/mcon/U/MailList.U b/mcon/U/MailList.U
index e9fb039..e46060b 100644
--- a/mcon/U/MailList.U
+++ b/mcon/U/MailList.U
@@ -18,7 +18,7 @@
?X:
?X: This unit offers the user the option of subscribing to the mailing
?X: list. To force inclusion of this unit, you must add it's name to the
-?X: dependancies on the MAKE line in your private copy of End.U.
+?X: dependencies on the MAKE line in your private copy of End.U.
?X: The address of the mailing list server must be set via a "list_request=..."
?X: entry in the .package file. This is usually done by running packinit and
?X: answering the proper questions.
diff --git a/mcon/U/Mips.U b/mcon/U/Mips.U
index 09bccf6..6924d19 100644
--- a/mcon/U/Mips.U
+++ b/mcon/U/Mips.U
@@ -16,7 +16,7 @@
?RCS: patch54: ensure that ./mips always exists (ADO)
?RCS:
?RCS: Revision 3.0.1.1 1994/05/06 15:18:31 ram
-?RCS: patch23: ensure usrinc value is preserved accross sessions (WED)
+?RCS: patch23: ensure usrinc value is preserved across sessions (WED)
?RCS:
?RCS: Revision 3.0 1993/08/18 12:09:58 ram
?RCS: Baseline for dist 3.0 netwide release.
@@ -29,7 +29,7 @@
?S: Possible values are "BSD 4.3" and "System V".
?S:.
?S:incpath:
-?S: This variable must preceed the normal include path to get hte
+?S: This variable must precede the normal include path to get hte
?S: right one, as in "$incpath/usr/include" or "$incpath/usr/lib".
?S: Value can be "" or "/bsd43" on mips.
?S:.
diff --git a/mcon/U/Oldconfig.U b/mcon/U/Oldconfig.U
index d6b13bb..ff6f5db 100644
--- a/mcon/U/Oldconfig.U
+++ b/mcon/U/Oldconfig.U
@@ -205,7 +205,7 @@ if $test "X$has_uname" != X; then
?X: $3 and $4 are version/subversion
?X: $5 is always "pc", but that might not be unique to DJGPP.
?X: (e.g. Solaris_x86 has $5 = i86pc, which doesn't actually conflict,
-?X: but it's close enought that I can easily imagine other vendors also
+?X: but it's close enough that I can easily imagine other vendors also
?X: using variants of pc* in $5.)
?X: The "DJGPP" environment variable is always set when djgpp is active.
pc*)
diff --git a/mcon/U/Options.U b/mcon/U/Options.U
index 0508d27..dde2cc7 100644
--- a/mcon/U/Options.U
+++ b/mcon/U/Options.U
@@ -23,7 +23,7 @@
?RCS: patch49: this unit now exports file optdef.sh, not a variable
?RCS:
?RCS: Revision 3.0.1.3 1995/01/11 15:19:00 ram
-?RCS: patch45: new -O option allowing -D and -U to override config.sh setttings
+?RCS: patch45: new -O option allowing -D and -U to override config.sh settings
?RCS: patch45: file optdef.sh is no longer removed after sourcing
?RCS:
?RCS: Revision 3.0.1.2 1994/10/29 15:58:06 ram
@@ -139,7 +139,7 @@ EOF
: process the command line options
?X: Use "$@" to keep arguments with spaces in them from being split apart.
?X: For the same reason, awk will output quoted arguments and the final eval
-?X: removes them and sets a proper $* array. An 'X' is prependend to each
+?X: removes them and sets a proper $* array. An 'X' is prepended to each
?X: argument before being fed to echo to guard against 'echo -x', where -x
?X: would be understood as an echo option! It is removed before feeding awk.
set X `for arg in "$@"; do echo "X$arg"; done |
diff --git a/mcon/U/Unix.U b/mcon/U/Unix.U
index 4c05c7b..fbd295d 100644
--- a/mcon/U/Unix.U
+++ b/mcon/U/Unix.U
@@ -14,7 +14,7 @@
?RCS: patch61: created
?RCS:
?X:
-?X: The purpose of this unit is to define things that are common accross all
+?X: The purpose of this unit is to define things that are common across all
?X: known UNIX platforms. If Configure is ported/used on a non-UNIX
?X: environment, then some of the following variables can be redefined in hint
?X: files.
diff --git a/mcon/U/ccflags.U b/mcon/U/ccflags.U
index 80aa140..79c36a5 100644
--- a/mcon/U/ccflags.U
+++ b/mcon/U/ccflags.U
@@ -21,7 +21,7 @@
?RCS: patch54: now checks for cc/ccflags/ldflags coherency
?RCS:
?RCS: Revision 3.0.1.6 1994/10/29 16:07:02 ram
-?RCS: patch36: gcc versionning no longer relies on the C compiler's name
+?RCS: patch36: gcc versioning no longer relies on the C compiler's name
?RCS: patch36: simplified check for gcc version checking (ADO)
?RCS:
?RCS: Revision 3.0.1.5 1994/08/29 16:06:35 ram
diff --git a/mcon/U/d_memmove.U b/mcon/U/d_memmove.U
index 6cd758b..da0dddf 100644
--- a/mcon/U/d_memmove.U
+++ b/mcon/U/d_memmove.U
@@ -17,7 +17,7 @@
?S:d_memmove:
?S: This variable conditionally defines the HAS_MEMMOVE symbol, which
?S: indicates to the C program that the memmove() routine is available
-?S: to copy potentatially overlapping blocks of memory.
+?S: to copy potentially overlapping blocks of memory.
?S:.
?C:HAS_MEMMOVE:
?C: This symbol, if defined, indicates that the memmove routine is available
diff --git a/mcon/U/d_regcmp.U b/mcon/U/d_regcmp.U
index cff5054..e5e7a1f 100644
--- a/mcon/U/d_regcmp.U
+++ b/mcon/U/d_regcmp.U
@@ -23,21 +23,21 @@
?S:d_regcmp:
?S: This variable conditionally defines the HAS_REGCMP symbol, which
?S: indicates to the C program that the regcmp() routine is available
-?S: for regular patern matching (usally on System V).
+?S: for regular pattern matching (usually on System V).
?S:.
?S:d_re_comp:
?S: This variable conditionally defines the HAS_RECOMP symbol, which
?S: indicates to the C program that the re_comp() routine is available
-?S: for regular patern matching (usally on BSD). If so, it is likely that
+?S: for regular pattern matching (usually on BSD). If so, it is likely that
?S: re_exec() exists.
?S:.
?C:HAS_REGCMP (REGCMP):
?C: This symbol, if defined, indicates that the regcmp() routine is
-?C: available to do some regular patern matching (usually on System V).
+?C: available to do some regular pattern matching (usually on System V).
?C:.
?C:HAS_RECOMP (RECOMP):
?C: This symbol, if defined, indicates that the re_comp() routine is
-?C: available to do some regular patern matching (usually on BSD). If so,
+?C: available to do some regular pattern matching (usually on BSD). If so,
?C: it is likely that re_exec() be available.
?C:.
?H:#$d_regcmp HAS_REGCMP /* sysV */
diff --git a/mcon/U/d_scannl.U b/mcon/U/d_scannl.U
index 74c0a3f..10ca68f 100644
--- a/mcon/U/d_scannl.U
+++ b/mcon/U/d_scannl.U
@@ -19,7 +19,7 @@
?RCS: Baseline for dist 3.0 netwide release.
?RCS:
?X:
-?X: Does the scanf routine read "\n" corretly ? This is was not
+?X: Does the scanf routine read "\n" correctly ? This is was not
?X: the case on AIX...
?X:
?MAKE:d_scannl: cat +cc +ccflags rm Setvar
@@ -41,7 +41,7 @@
: does scanf handle "\n" correctly ?
echo " "
val="$define"
-?X: I really want to say "\n" instead of '\n', becasue I am refering
+?X: I really want to say "\n" instead of '\n', because I am referring
?X: to the string given as argument to scanf().
echo 'Let'"'"'s see if scanf() handles "\\n" correctly...' >&4
$cat >try.c <<'EOCP'
diff --git a/mcon/U/d_table.U b/mcon/U/d_table.U
index f0df1c2..308bd48 100644
--- a/mcon/U/d_table.U
+++ b/mcon/U/d_table.U
@@ -10,7 +10,7 @@
?RCS:
?RCS: $Log: d_table.U,v $
?RCS: Revision 3.0.1.2 1993/11/10 17:34:14 ram
-?RCS: patch14: wrongly mentionned an obsolete symbol
+?RCS: patch14: wrongly mentioned an obsolete symbol
?RCS:
?RCS: Revision 3.0.1.1 1993/10/16 13:49:29 ram
?RCS: patch12: created
diff --git a/mcon/U/d_time.U b/mcon/U/d_time.U
index 8e5efa7..c60353b 100644
--- a/mcon/U/d_time.U
+++ b/mcon/U/d_time.U
@@ -24,7 +24,7 @@
?MAKE: -pick add $@ %<
?S:d_time:
?S: This variable conditionally defines the HAS_TIME symbol, which indicates
-?S: that the time() routine exists. The time() routine is normaly
+?S: that the time() routine exists. The time() routine is normally
?S: provided on UNIX systems.
?S:.
?S:timetype:
diff --git a/mcon/U/d_times.U b/mcon/U/d_times.U
index c22c31f..263f1a0 100644
--- a/mcon/U/d_times.U
+++ b/mcon/U/d_times.U
@@ -27,7 +27,7 @@
?MAKE: -pick add $@ %<
?S:d_times:
?S: This variable conditionally defines the HAS_TIMES symbol, which indicates
-?S: that the times() routine exists. The times() routine is normaly
+?S: that the times() routine exists. The times() routine is normally
?S: provided on UNIX systems. You may have to include <sys/times.h>.
?S:.
?S:clocktype:
diff --git a/mcon/U/enablenls.U b/mcon/U/enablenls.U
index caeff33..743b04b 100644
--- a/mcon/U/enablenls.U
+++ b/mcon/U/enablenls.U
@@ -12,7 +12,7 @@
?MAKE: -pick add $@ %<
?S:enablenls:
?S: This variable holds 'true' or 'false' depending on whether we're
-?S: goint to enable Native Language Support (NLS).
+?S: going to enable Native Language Support (NLS).
?S:.
?S:d_enablenls:
?S: This variable conditionally defines ENABLE_NLS.
diff --git a/mcon/U/i_fcntl.U b/mcon/U/i_fcntl.U
index 048eaff..6fe4464 100644
--- a/mcon/U/i_fcntl.U
+++ b/mcon/U/i_fcntl.U
@@ -25,7 +25,7 @@
?H:.
?T:val
?X: Make line lists +i_sysfile to ensure tests for <sys/file.h> will be
-?X: conducted prior tests for <fcntl.h>, hece making sure the h_sysfile
+?X: conducted prior tests for <fcntl.h>, hence making sure the h_sysfile
?X: variable is correctly set when we reach that unit.
?LINT:set i_fcntl
?LINT:use i_sysfile
diff --git a/mcon/U/i_sysioctl.U b/mcon/U/i_sysioctl.U
index a7c35e0..0845fd4 100644
--- a/mcon/U/i_sysioctl.U
+++ b/mcon/U/i_sysioctl.U
@@ -46,7 +46,7 @@
?S: This variable conditionally defines USE_IOCNOTTY to indicate that the
?S: ioctl() call with TIOCNOTTY should be used to void tty association.
?S: Otherwise (on USG probably), it is enough to close the standard file
-?S: decriptors and do a setpgrp().
+?S: descriptors and do a setpgrp().
?S:.
?C:I_SYS_IOCTL (I_SYSIOCTL):
?C: This symbol, if defined, indicates that <sys/ioctl.h> exists and should
diff --git a/mcon/U/i_termio.U b/mcon/U/i_termio.U
index 2521e02..6a87619 100644
--- a/mcon/U/i_termio.U
+++ b/mcon/U/i_termio.U
@@ -13,7 +13,7 @@
?RCS: patch36: call ./usg and ./Cppsym explicitely instead of relying on PATH
?RCS:
?RCS: Revision 3.0.1.3 1994/08/29 16:26:38 ram
-?RCS: patch32: don't include all threee I_* symbols in config.h
+?RCS: patch32: don't include all three I_* symbols in config.h
?RCS: patch32: (had forgotten to undo this part last time)
?RCS:
?RCS: Revision 3.0.1.2 1994/05/13 15:25:03 ram
diff --git a/mcon/U/inc.U b/mcon/U/inc.U
index 2c1f4ce..d91057e 100644
--- a/mcon/U/inc.U
+++ b/mcon/U/inc.U
@@ -20,7 +20,7 @@
?S: often a local directory such as /usr/local/include.
?S:.
?S:incexp:
-?S: This is the same as the inc variable, but is filename expaned
+?S: This is the same as the inc variable, but is filename-expanded
?S: at configuration time for convenient use in your makefiles.
?S:.
: determine where public header files go
diff --git a/mcon/U/lex.U b/mcon/U/lex.U
index 0968494..46d5b9d 100644
--- a/mcon/U/lex.U
+++ b/mcon/U/lex.U
@@ -8,7 +8,7 @@
?RCS: that same Artistic Licence; a copy of which may be found at the root
?RCS: of the source tree for dist 4.0.
?RCS:
-?RCS: Orginal Author: Graham Stoney <greyham@research.canon.oz.au>
+?RCS: Original Author: Graham Stoney <greyham@research.canon.oz.au>
?RCS:
?RCS: $Log: lex.U,v $
?RCS: Revision 3.0.1.3 1994/10/29 16:22:50 ram
diff --git a/mcon/U/libc.U b/mcon/U/libc.U
index dafd669..b4ec983 100644
--- a/mcon/U/libc.U
+++ b/mcon/U/libc.U
@@ -264,14 +264,14 @@ $echo $n ".$c"
?X:
$grep fprintf libc.tmp > libc.ptf
?X:
-?X: In order to ehance readability and save some space, we define
+?X: In order to enhance readability and save some space, we define
?X: some variables that will be "eval"ed.
?X:
xscan='eval "<libc.ptf $com >libc.list"; $echo $n ".$c" >&4'
xrun='eval "<libc.tmp $com >libc.list"; echo "done." >&4'
?X: BSD-like output, I and W types added for Linux
?X: Some versions of Linux include a leading __IO in the symbol name.
-?X: HPUX10 reportedly has trailing spaces, though I'm suprised it has
+?X: HPUX10 reportedly has trailing spaces, though I'm surprised it has
?X: BSD-like output. (AD).
xxx='[ADTSIW]'
if com="$sed -n -e 's/__IO//' -e 's/^.* $xxx *_[_.]*//p' -e 's/^.* $xxx *//p'";\
diff --git a/mcon/U/libs.U b/mcon/U/libs.U
index f92fd0b..9217d49 100644
--- a/mcon/U/libs.U
+++ b/mcon/U/libs.U
@@ -88,7 +88,7 @@
?INIT:libswanted=''
?X: This order is chosen so that libraries -lndir, -ldir, -lucb, -lbsd,
?X: -lBSD, -lPW, and -lx only get used if there are unresolved
-?X: routines at link time. Usually, these are backwards compatability
+?X: routines at link time. Usually, these are backwards compatibility
?X: libraries, and may not be as reliable as the standard c library.
?X:
?X: The -lsocket -linet -lnsl order has been reported to be necessary
@@ -173,7 +173,7 @@ for thislib in $libswanted; do
?X:
?X: It is not sufficient to find a .so on the disk. We must make sure
?X: that we can indeed supply the -lfoo line on the cc line to link against
-?X: that library. On Linux for instance, a versionned .so will not be
+?X: that library. On Linux for instance, a versioned .so will not be
?X: implicitly linked against, whereas it will work fine on Solaris 2.6.
?X: --RAM, 10/10/2003
?X:
@@ -211,7 +211,7 @@ for thislib in $libswanted; do
done
if $test ! -f "$xxx"; then
?X:
-?X: Try linking aginst the library: gcc on linux platforms is notorious for
+?X: Try linking against the library: gcc on linux platforms is notorious for
?X: using complex library search logic, especially on systems mixing 32-bit
?X: and 64-bit versions.
?X:
diff --git a/mcon/U/make.U b/mcon/U/make.U
index 98eb0a8..540ea46 100644
--- a/mcon/U/make.U
+++ b/mcon/U/make.U
@@ -39,7 +39,7 @@ echo " "
echo "Checking if your $make program sets \$(MAKE)..." >&4
case "$make_set_make" in
'')
-?X: Use sed so we don't have a line begining with @echo. Metaconfig
+?X: Use sed so we don't have a line beginning with @echo. Metaconfig
?X: will think that's a command like @if or @end.
$sed 's/^X //' > testmake.mak << 'EOF'
Xall:
diff --git a/mcon/U/mallocsrc.U b/mcon/U/mallocsrc.U
index 66d304e..a71fa59 100644
--- a/mcon/U/mallocsrc.U
+++ b/mcon/U/mallocsrc.U
@@ -30,7 +30,7 @@
?S:usemymalloc:
?S: This variable contains y if the malloc that comes with this package
?S: is desired over the system's version of malloc. People often include
-?S: special versions of malloc for effiency, but such versions are often
+?S: special versions of malloc for efficiency, but such versions are often
?S: less portable. See also mallocsrc and mallocobj.
?S: If this is 'y', then -lmalloc is removed from $libs.
?S:.
diff --git a/mcon/U/nlist_pfx.U b/mcon/U/nlist_pfx.U
index 55a4658..e2d50b9 100644
--- a/mcon/U/nlist_pfx.U
+++ b/mcon/U/nlist_pfx.U
@@ -19,7 +19,7 @@
+cc +ccflags
?MAKE: -pick add $@ %<
?S:nlist_pfx:
-?S: This variable holds any characters which preceed the symbol name
+?S: This variable holds any characters which precede the symbol name
?S: when doing an nlist search.
?S:.
?S:nlist_fnd:
diff --git a/mcon/U/perlpath.U b/mcon/U/perlpath.U
index 30334a8..619807c 100644
--- a/mcon/U/perlpath.U
+++ b/mcon/U/perlpath.U
@@ -26,10 +26,10 @@
?Y:TOP
?S:perlpath:
?S: This variable contains the eventual value of the PERLPATH symbol,
-?S: which contains the absolute location of the perl interpeter.
+?S: which contains the absolute location of the perl interpreter.
?S:.
?C:PERLPATH:
-?C: This symbol contains the absolute location of the perl interpeter.
+?C: This symbol contains the absolute location of the perl interpreter.
?C:.
?H:#define PERLPATH "$perlpath" /**/
?H:.
diff --git a/mcon/U/prototype.U b/mcon/U/prototype.U
index f254e2c..db698b8 100644
--- a/mcon/U/prototype.U
+++ b/mcon/U/prototype.U
@@ -25,7 +25,7 @@
?MAKE: -pick add $@ %<
?S:prototype:
?S: This variable holds the eventual value of CAN_PROTOTYPE, which
-?S: indicates the C compiler can handle funciton prototypes.
+?S: indicates the C compiler can handle function prototypes.
?S:.
?C:CAN_PROTOTYPE ~ %<:
?C: If defined, this macro indicates that the C compiler can handle
diff --git a/mcon/U/sitearch.U b/mcon/U/sitearch.U
index 47116dc..f224cfc 100644
--- a/mcon/U/sitearch.U
+++ b/mcon/U/sitearch.U
@@ -51,7 +51,7 @@
?T:xxx
: determine where site specific architecture-dependent libraries go.
xxx=`echo $sitelib/$archname | sed 's!^$prefix!!'`
-: xxx is usuually lib/site_perl/archname.
+: xxx is usually lib/site_perl/archname.
set sitearch sitearch none
eval $prefixit
case "$sitearch" in
diff --git a/mcon/U/sitelib.U b/mcon/U/sitelib.U
index f2ba295..f6f197e 100644
--- a/mcon/U/sitelib.U
+++ b/mcon/U/sitelib.U
@@ -54,7 +54,7 @@ set sitelib sitelib
eval $prefixit
case "$sitelib" in
'')
-?X: remove any trailing -3.0 or other version indification
+?X: remove any trailing -3.0 or other version indentification
prog=`echo $package | $sed 's/-*[0-9.]*$//'`
dflt="$privlib/site_$prog" ;;
*) dflt="$sitelib" ;;
diff --git a/mcon/U/src.U b/mcon/U/src.U
index e939a4c..4d84bcc 100644
--- a/mcon/U/src.U
+++ b/mcon/U/src.U
@@ -47,7 +47,7 @@ case "$src" in
esac
?X:
?X: Now check whether we have found the right source tree (i.e. the one for the
-?X: package we're abount to configure). The original unit from Tom Tromey forced
+?X: package we're about to configure). The original unit from Tom Tromey forced
?X: the user to pick a unique file from his distribution, and we were merely
?X: checking the existence of that file. I prefer to rely on Configure (which
?X: we know *is* present since this unit is part of it!) and look for the
diff --git a/mcon/U/startperl.U b/mcon/U/startperl.U
index dbc6dfb..7428b7e 100644
--- a/mcon/U/startperl.U
+++ b/mcon/U/startperl.U
@@ -25,7 +25,7 @@
?S: eval 'exec perl -S $0 ${1+"$@"}'
?S: if $running_under_some_shell;
?S: to guarantee perl startup should the shell execute the script. Note
-?S: that this magic incatation is not understood by csh.
+?S: that this magic incantation is not understood by csh.
?S:.
?C:STARTPERL:
?C: This symbol is the string that should be put on the front of a
diff --git a/mcon/U/uidtype.U b/mcon/U/uidtype.U
index 6ac2aeb..4e06355 100644
--- a/mcon/U/uidtype.U
+++ b/mcon/U/uidtype.U
@@ -16,7 +16,7 @@
?RCS: patch30: comment for uidtype referred to the obsoleted symbol
?RCS:
?RCS: Revision 3.0.1.1 1994/05/13 15:28:27 ram
-?RCS: patch27: made conformant to its gidtype.U companion
+?RCS: patch27: made conform to its gidtype.U companion
?RCS: patch27: question now explicitely mentions getuid()
?RCS:
?RCS: Revision 3.0 1993/08/18 12:09:56 ram
diff --git a/mcon/U/usenm.U b/mcon/U/usenm.U
index a868af5..2e3dfad 100644
--- a/mcon/U/usenm.U
+++ b/mcon/U/usenm.U
@@ -40,7 +40,7 @@
?S: Maybe Linux should just always set usenm=false.
?S:.
: see if nm is to be used to determine whether a symbol is defined or not
-?X: If there is enough enquiries, it might be worth to wait for the nm
+?X: If there is enough inquiries, it might be worth to wait for the nm
?X: extraction. Otherwise, the C compilations might be a better deal.
?X:
?X: Don't bother if we're using GNU libc -- skimo
diff --git a/mcon/U/usrinc.U b/mcon/U/usrinc.U
index e3ac4e6..e1e1c04 100644
--- a/mcon/U/usrinc.U
+++ b/mcon/U/usrinc.U
@@ -16,7 +16,7 @@
?RCS: patch54: ensure that ./mips always exists (ADO)
?RCS:
?RCS: Revision 3.0.1.1 1994/05/06 15:18:31 ram
-?RCS: patch23: ensure usrinc value is preserved accross sessions (WED)
+?RCS: patch23: ensure usrinc value is preserved across sessions (WED)
?RCS:
?RCS: Revision 3.0 1993/08/18 12:09:58 ram
?RCS: Baseline for dist 3.0 netwide release.
diff --git a/mcon/U/vaproto.U b/mcon/U/vaproto.U
index 8ae9674..986c451 100644
--- a/mcon/U/vaproto.U
+++ b/mcon/U/vaproto.U
@@ -8,7 +8,7 @@
?RCS: that same Artistic Licence; a copy of which may be found at the root
?RCS: of the source tree for dist 4.0.
?RCS:
-?RCS: Orginal Author: Graham Stoney <greyham@research.canon.oz.au>
+?RCS: Original Author: Graham Stoney <greyham@research.canon.oz.au>
?RCS:
?RCS: $Log: vaproto.U,v $
?RCS: Revision 3.0.1.1 1994/01/24 14:17:16 ram
diff --git a/mcon/U/warnflags.U b/mcon/U/warnflags.U
index 0f36821..97e0c8e 100644
--- a/mcon/U/warnflags.U
+++ b/mcon/U/warnflags.U
@@ -8,7 +8,7 @@
?RCS: that same Artistic Licence; a copy of which may be found at the root
?RCS: of the source tree for dist 4.0.
?RCS:
-?RCS: Orginal Author: Graham Stoney <greyham@research.canon.oz.au>
+?RCS: Original Author: Graham Stoney <greyham@research.canon.oz.au>
?RCS:
?RCS: $Log: warnflags.U,v $
?RCS: Revision 3.0 1993/08/18 12:10:02 ram