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 /util-linux | |
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 'util-linux')
-rw-r--r-- | util-linux/fdisk.c | 2 | ||||
-rw-r--r-- | util-linux/fsck_minix.c | 6 | ||||
-rw-r--r-- | util-linux/getopt.c | 6 | ||||
-rw-r--r-- | util-linux/hwclock.c | 2 | ||||
-rw-r--r-- | util-linux/mkfs_minix.c | 4 | ||||
-rw-r--r-- | util-linux/mount.c | 2 |
6 files changed, 11 insertions, 11 deletions
diff --git a/util-linux/fdisk.c b/util-linux/fdisk.c index b9e875f41..ed4261162 100644 --- a/util-linux/fdisk.c +++ b/util-linux/fdisk.c | |||
@@ -475,7 +475,7 @@ check_aix_label( void ) | |||
475 | * notice, this list of conditions and the following disclaimer in the | 475 | * notice, this list of conditions and the following disclaimer in the |
476 | * documentation and/or other materials provided with the distribution. | 476 | * documentation and/or other materials provided with the distribution. |
477 | * 3. All advertising materials mentioning features or use of this software | 477 | * 3. All advertising materials mentioning features or use of this software |
478 | * must display the following acknowledgement: | 478 | * must display the following acknowledgment: |
479 | * This product includes software developed by the University of | 479 | * This product includes software developed by the University of |
480 | * California, Berkeley and its contributors. | 480 | * California, Berkeley and its contributors. |
481 | * 4. Neither the name of the University nor the names of its contributors | 481 | * 4. Neither the name of the University nor the names of its contributors |
diff --git a/util-linux/fsck_minix.c b/util-linux/fsck_minix.c index 709a2a143..f6d7deaab 100644 --- a/util-linux/fsck_minix.c +++ b/util-linux/fsck_minix.c | |||
@@ -7,7 +7,7 @@ | |||
7 | */ | 7 | */ |
8 | 8 | ||
9 | /* | 9 | /* |
10 | * 09.11.91 - made the first rudimetary functions | 10 | * 09.11.91 - made the first rudimentary functions |
11 | * | 11 | * |
12 | * 10.11.91 - updated, does checking, no repairs yet. | 12 | * 10.11.91 - updated, does checking, no repairs yet. |
13 | * Sent out to the mailing-list for testing. | 13 | * Sent out to the mailing-list for testing. |
@@ -53,7 +53,7 @@ | |||
53 | * (Russell King). He made them for ARM. It would seem | 53 | * (Russell King). He made them for ARM. It would seem |
54 | * that the ARM is powerful enough to do this in C whereas | 54 | * that the ARM is powerful enough to do this in C whereas |
55 | * i386 and m64k must use assembly to get it fast >:-) | 55 | * i386 and m64k must use assembly to get it fast >:-) |
56 | * This should make minix fsck systemindependent. | 56 | * This should make minix fsck system-independent. |
57 | * (janl@math.uio.no, Nicolai Langfeldt) | 57 | * (janl@math.uio.no, Nicolai Langfeldt) |
58 | * | 58 | * |
59 | * 04.11.96 - Added minor fixes from Andreas Schwab to avoid compiler | 59 | * 04.11.96 - Added minor fixes from Andreas Schwab to avoid compiler |
@@ -73,7 +73,7 @@ | |||
73 | * unless you can be sure nobody is writing to it (and remember that the | 73 | * unless you can be sure nobody is writing to it (and remember that the |
74 | * kernel can write to it when it searches for files). | 74 | * kernel can write to it when it searches for files). |
75 | * | 75 | * |
76 | * Usuage: fsck [-larvsm] device | 76 | * Usage: fsck [-larvsm] device |
77 | * -l for a listing of all the filenames | 77 | * -l for a listing of all the filenames |
78 | * -a for automatic repairs (not implemented) | 78 | * -a for automatic repairs (not implemented) |
79 | * -r for repairs (interactive) (not implemented) | 79 | * -r for repairs (interactive) (not implemented) |
diff --git a/util-linux/getopt.c b/util-linux/getopt.c index 25eeab69b..e3b051388 100644 --- a/util-linux/getopt.c +++ b/util-linux/getopt.c | |||
@@ -37,7 +37,7 @@ | |||
37 | * <misiek@misiek.eu.org>) | 37 | * <misiek@misiek.eu.org>) |
38 | * Ported to Busybox - Alfred M. Szmidt <ams@trillian.itslinux.org> | 38 | * Ported to Busybox - Alfred M. Szmidt <ams@trillian.itslinux.org> |
39 | * Removed --version/-V and --help/-h in | 39 | * Removed --version/-V and --help/-h in |
40 | * Removed prase_error(), using bb_error_msg() from Busybox instead | 40 | * Removed parse_error(), using bb_error_msg() from Busybox instead |
41 | * Replaced our_malloc with xmalloc and our_realloc with xrealloc | 41 | * Replaced our_malloc with xmalloc and our_realloc with xrealloc |
42 | * | 42 | * |
43 | */ | 43 | */ |
@@ -99,7 +99,7 @@ const char *normalize(const char *arg) | |||
99 | return BUFFER; | 99 | return BUFFER; |
100 | } | 100 | } |
101 | 101 | ||
102 | /* Each character in arg may take upto four characters in the result: | 102 | /* Each character in arg may take up to four characters in the result: |
103 | For a quote we need a closing quote, a backslash, a quote and an | 103 | For a quote we need a closing quote, a backslash, a quote and an |
104 | opening quote! We need also the global opening and closing quote, | 104 | opening quote! We need also the global opening and closing quote, |
105 | and one extra character for '\0'. */ | 105 | and one extra character for '\0'. */ |
@@ -278,7 +278,7 @@ void set_shell(const char *new_shell) | |||
278 | 278 | ||
279 | 279 | ||
280 | /* Exit codes: | 280 | /* Exit codes: |
281 | * 0) No errors, succesful operation. | 281 | * 0) No errors, successful operation. |
282 | * 1) getopt(3) returned an error. | 282 | * 1) getopt(3) returned an error. |
283 | * 2) A problem with parameter parsing for getopt(1). | 283 | * 2) A problem with parameter parsing for getopt(1). |
284 | * 3) Internal error, out of memory | 284 | * 3) Internal error, out of memory |
diff --git a/util-linux/hwclock.c b/util-linux/hwclock.c index 1f30ff498..a260d7448 100644 --- a/util-linux/hwclock.c +++ b/util-linux/hwclock.c | |||
@@ -34,7 +34,7 @@ | |||
34 | #include <unistd.h> | 34 | #include <unistd.h> |
35 | #include "busybox.h" | 35 | #include "busybox.h" |
36 | 36 | ||
37 | /* Copied from linux/rtc.h to eliminate the kernel dependancy */ | 37 | /* Copied from linux/rtc.h to eliminate the kernel dependency */ |
38 | struct linux_rtc_time { | 38 | struct linux_rtc_time { |
39 | int tm_sec; | 39 | int tm_sec; |
40 | int tm_min; | 40 | int tm_min; |
diff --git a/util-linux/mkfs_minix.c b/util-linux/mkfs_minix.c index 3c140ef2a..ffdc0b8c0 100644 --- a/util-linux/mkfs_minix.c +++ b/util-linux/mkfs_minix.c | |||
@@ -49,7 +49,7 @@ | |||
49 | * | 49 | * |
50 | * Usage: mkfs [-c | -l filename ] [-v] [-nXX] [-iXX] device [size-in-blocks] | 50 | * Usage: mkfs [-c | -l filename ] [-v] [-nXX] [-iXX] device [size-in-blocks] |
51 | * | 51 | * |
52 | * -c for readablility checking (SLOW!) | 52 | * -c for readability checking (SLOW!) |
53 | * -l for getting a list of bad blocks from a file. | 53 | * -l for getting a list of bad blocks from a file. |
54 | * -n for namelength (currently the kernel only uses 14 or 30) | 54 | * -n for namelength (currently the kernel only uses 14 or 30) |
55 | * -i for number of inodes | 55 | * -i for number of inodes |
@@ -602,7 +602,7 @@ static inline void setup_tables(void) | |||
602 | 602 | ||
603 | /* | 603 | /* |
604 | * Perform a test of a block; return the number of | 604 | * Perform a test of a block; return the number of |
605 | * blocks readable/writeable. | 605 | * blocks readable/writable. |
606 | */ | 606 | */ |
607 | static inline long do_check(char *buffer, int try, unsigned int current_block) | 607 | static inline long do_check(char *buffer, int try, unsigned int current_block) |
608 | { | 608 | { |
diff --git a/util-linux/mount.c b/util-linux/mount.c index 3a241540e..35fd30323 100644 --- a/util-linux/mount.c +++ b/util-linux/mount.c | |||
@@ -31,7 +31,7 @@ | |||
31 | * major adjustments to option parsing, and some serious | 31 | * major adjustments to option parsing, and some serious |
32 | * dieting all around. | 32 | * dieting all around. |
33 | * | 33 | * |
34 | * 1999-11-06 mtab suppport is back - andersee | 34 | * 1999-11-06 mtab support is back - andersee |
35 | * | 35 | * |
36 | * 2000-01-12 Ben Collins <bcollins@debian.org>, Borrowed utils-linux's | 36 | * 2000-01-12 Ben Collins <bcollins@debian.org>, Borrowed utils-linux's |
37 | * mount to add loop support. | 37 | * mount to add loop support. |