summaryrefslogtreecommitdiff
path: root/old
diff options
context:
space:
mode:
Diffstat (limited to 'old')
-rw-r--r--old/fileutils/ChangeLog-19972
-rw-r--r--old/fileutils/NEWS2
-rw-r--r--old/sh-utils/ChangeLog.04
-rw-r--r--old/textutils/ChangeLog8
4 files changed, 8 insertions, 8 deletions
diff --git a/old/fileutils/ChangeLog-1997 b/old/fileutils/ChangeLog-1997
index 475f49e2e..53cdf20eb 100644
--- a/old/fileutils/ChangeLog-1997
+++ b/old/fileutils/ChangeLog-1997
@@ -2542,7 +2542,7 @@ Thu Feb 15 23:08:41 1996 Jim Meyering (meyering@na-net.ornl.gov)
Mon Feb 12 23:23:25 1996 Jim Meyering (meyering@na-net.ornl.gov)
* configure.in (LIBOBJS): Split assignment into two statements to
- accomodate automake-0.29 buglet.
+ accommodate automake-0.29 buglet.
Update for automake-0.29.
* Makefile.am (CONFIG_HEADER): Don't define. Automake now does it.
diff --git a/old/fileutils/NEWS b/old/fileutils/NEWS
index 703470770..8432c53a1 100644
--- a/old/fileutils/NEWS
+++ b/old/fileutils/NEWS
@@ -8,7 +8,7 @@
* Any time style can be preceded by "posix-"; this causes "ls" to
use traditional timestamp format when in the POSIX locale.
* The default time style is now posix-long-iso instead of posix-iso.
- Set TIME_STYLE="posix-iso" to revert to the behavior of 4.1.1 thru 4.1.9.
+ Set TIME_STYLE="posix-iso" to revert to the behavior of 4.1.1 through 4.1.9.
* `rm dangling-symlink' doesn't prompt [introduced in 4.1.9]
* stat: remove support for --secure/-s option and related %S and %C format specs
* stat: rename --link/-l to --dereference/-L.
diff --git a/old/sh-utils/ChangeLog.0 b/old/sh-utils/ChangeLog.0
index 0a2cc9b26..880e3f3ab 100644
--- a/old/sh-utils/ChangeLog.0
+++ b/old/sh-utils/ChangeLog.0
@@ -269,7 +269,7 @@ Mon Aug 01 21:58:14 1994 Jim Meyering (meyering@comco.com)
* date.1: Correct the documentation, too.
* date.c (main, show_date): For -u, use gmtime instead of relying on
- localtime's ability to interpret the TZ enviroment variable.
+ localtime's ability to interpret the TZ environment variable.
`date -u' failed (by reporting local time) on romp-ibm-bsd and PCs
(DOS and OS/2) running emx 0.8h. From R. Bernstein
<rocky@watson.ibm.com>.
@@ -1362,7 +1362,7 @@ Mon Jul 22 15:21:21 1991 David J. MacKenzie (djm at wookumz.gnu.ai.mit.edu)
* stty.c: Use tcflag_t for termios bitmasks.
Use speed_t for speeds. Use unsigned long for baud rates to
- accomodate large values, and support 57600 and 115200 if available.
+ accommodate large values, and support 57600 and 115200 if available.
* date.c, configure: Instead of SIZE_T_MISSING,
define size_t if it's missing.
diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog
index dd8823283..36f58ffc8 100644
--- a/old/textutils/ChangeLog
+++ b/old/textutils/ChangeLog
@@ -4869,7 +4869,7 @@ Fri Dec 27 17:29:02 1996 Jim Meyering <meyering@na-net.ornl.gov>
this time with duplicates removed.
* src/pr.c (usage): Break long string literal into two separate
- printf statements to accomodate default maximum of 2048 characters
+ printf statements to accommodate default maximum of 2048 characters
for Irix-4.0.5. Reported by Kaveh Ghazi.
* Makefile.am (aclocal.m4): No longer depend on acinclude.m4.
@@ -5203,7 +5203,7 @@ Fri Oct 4 07:20:37 1996 Jim Meyering <meyering@na-net.ornl.gov>
(PACKAGE_VERSION): Remove now-unused variable.
* lib/long-options.c (parse_long_options): Separate package name
- and version number to accomodate new --version output requirement.
+ and version number to accommodate new --version output requirement.
* lib/long-options.h: Update prototype.
Thu Oct 3 23:27:31 1996 Jim Meyering <meyering@na-net.ornl.gov>
@@ -5245,7 +5245,7 @@ Thu Sep 26 21:02:54 1996 Jim Meyering <meyering@na-net.ornl.gov>
removed soon. Using this option can provoke a memory access
violation on some systems because of (unavoidable in an efficient
implementation) alignment assumptions made by functions in md5.c.
- md5sum.c could leave the option in and accomodate the alignment
+ md5sum.c could leave the option in and accommodate the alignment
restriction, but this option was intended solely for testing, and
the tests are now all file-oriented, so it's not necessary.
@@ -8697,7 +8697,7 @@ Tue Feb 20 17:09:19 1990 David J. MacKenzie (djm at albert.ai.mit.edu)
Sat Feb 10 02:16:40 1990 David J. MacKenzie (djm at albert.ai.mit.edu)
* cmp.c (cmp): Rename `r' to `first_diff', and `x' to `smaller'.
- Remove unneccessary variable `c1'. If -l was given, increase
+ Remove unnecessary variable `c1'. If -l was given, increase
`char_number' by the number of bytes read, after producing output,
rather than by the offset of the first differing bytes, before
producing output.