diff options
author | Eric Andersen <andersen@codepoet.org> | 2004-04-14 17:51:38 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2004-04-14 17:51:38 +0000 |
commit | aff114c33d2b8879233fa513e6d760d0ef99b632 (patch) | |
tree | 101230a8bd16a03319acc4b9b5fb33c33fb58672 /coreutils/logname.c | |
parent | 4c8b0dd97385b820e28bb8cb2d08ef3bd194a16a (diff) | |
download | busybox-w32-aff114c33d2b8879233fa513e6d760d0ef99b632.tar.gz busybox-w32-aff114c33d2b8879233fa513e6d760d0ef99b632.tar.bz2 busybox-w32-aff114c33d2b8879233fa513e6d760d0ef99b632.zip |
Larry Doolittle writes:
This is a bulk spelling fix patch against busybox-1.00-pre10.
If anyone gets a corrupted copy (and cares), let me know and
I will make alternate arrangements.
Erik - please apply.
Authors - please check that I didn't corrupt any meaning.
Package importers - see if any of these changes should be
passed to the upstream authors.
I glossed over lots of sloppy capitalizations, missing apostrophes,
mixed American/British spellings, and German-style compound words.
What is "pretect redefined for test" in cmdedit.c?
Good luck on the 1.00 release!
- Larry
Diffstat (limited to 'coreutils/logname.c')
-rw-r--r-- | coreutils/logname.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/logname.c b/coreutils/logname.c index 9cedff027..ca5eb41cf 100644 --- a/coreutils/logname.c +++ b/coreutils/logname.c | |||
@@ -30,7 +30,7 @@ | |||
30 | * is _not_ the same. Erik apparently made this change almost 3 years | 30 | * is _not_ the same. Erik apparently made this change almost 3 years |
31 | * ago to avoid failing when no utmp was available. However, the | 31 | * ago to avoid failing when no utmp was available. However, the |
32 | * correct course of action wrt SUSv3 for a failing getlogin() is | 32 | * correct course of action wrt SUSv3 for a failing getlogin() is |
33 | * a dianostic message and an error return. | 33 | * a diagnostic message and an error return. |
34 | */ | 34 | */ |
35 | 35 | ||
36 | #include <stdio.h> | 36 | #include <stdio.h> |