aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2006-05-26 01:48:17 +0000
committerMike Frysinger <vapier@gentoo.org>2006-05-26 01:48:17 +0000
commitfa6c4844b2fef07def6b739c8f28ec50c2612208 (patch)
tree971b38f45cc2c30f693cc6cc650f4c280d11babd
parent9c03cb920acdb19595e4a670cf4081b0631b7b52 (diff)
downloadbusybox-w32-fa6c4844b2fef07def6b739c8f28ec50c2612208.tar.gz
busybox-w32-fa6c4844b2fef07def6b739c8f28ec50c2612208.tar.bz2
busybox-w32-fa6c4844b2fef07def6b739c8f28ec50c2612208.zip
fix spelling mistakes
-rwxr-xr-xexamples/depmod.pl6
-rw-r--r--include/usage.h18
-rw-r--r--modutils/Config.in2
-rw-r--r--networking/httpd.c2
-rw-r--r--networking/udhcp/dumpleases.c2
-rw-r--r--scripts/config/Kconfig-language.txt2
-rw-r--r--util-linux/fdisk.c12
-rw-r--r--util-linux/nfsmount.c4
8 files changed, 24 insertions, 24 deletions
diff --git a/examples/depmod.pl b/examples/depmod.pl
index 3211c8a64..0e66ee3eb 100755
--- a/examples/depmod.pl
+++ b/examples/depmod.pl
@@ -116,8 +116,8 @@ my @output = $kernelsyms ? `cat $kernelsyms` : `nm $kernel`;
116warn "\nMODULE = $tgtname\n" if $verbose; 116warn "\nMODULE = $tgtname\n" if $verbose;
117build_ref_tables($tgtname, \@output, $exp, $dep); 117build_ref_tables($tgtname, \@output, $exp, $dep);
118 118
119# resolve the dependancies for each module 119# resolve the dependencies for each module
120# reduce dependancies: remove unresolvable and resolved from vmlinux/System.map 120# reduce dependencies: remove unresolvable and resolved from vmlinux/System.map
121# remove duplicates 121# remove duplicates
122foreach my $module (keys %$dep) { 122foreach my $module (keys %$dep) {
123 warn "reducing module: $module\n" if $verbose; 123 warn "reducing module: $module\n" if $verbose;
@@ -225,7 +225,7 @@ Example:
225=head1 DESCRIPTION 225=head1 DESCRIPTION
226 226
227The purpose of this script is to automagically generate a list of of kernel 227The purpose of this script is to automagically generate a list of of kernel
228module dependancies. This script produces dependancy lists that should be 228module dependencies. This script produces dependency lists that should be
229identical to the depmod program from the modutils package. Unlike the depmod 229identical to the depmod program from the modutils package. Unlike the depmod
230binary, however, depmod.pl is designed to be run on your host system, not 230binary, however, depmod.pl is designed to be run on your host system, not
231on your target system. 231on your target system.
diff --git a/include/usage.h b/include/usage.h
index 8d4615444..3f894c5b7 100644
--- a/include/usage.h
+++ b/include/usage.h
@@ -291,7 +291,7 @@
291 "\t-l num\tlog level (8 - default)\n" \ 291 "\t-l num\tlog level (8 - default)\n" \
292 "\t-S\tlog to syslogd (default)\n" \ 292 "\t-S\tlog to syslogd (default)\n" \
293 "\t-L file\tlog to file\n" \ 293 "\t-L file\tlog to file\n" \
294 "\t-f\trun in fordeground\n" \ 294 "\t-f\trun in foreground\n" \
295 "\t-b\trun in background (default)\n" \ 295 "\t-b\trun in background (default)\n" \
296 "\t-c dir\tworking dir" 296 "\t-c dir\tworking dir"
297 297
@@ -513,7 +513,7 @@ USE_FEATURE_DATE_ISOFMT( \
513 "\t-i\t\tInstall the package\n" \ 513 "\t-i\t\tInstall the package\n" \
514 "\t-l\t\tList of installed packages\n" \ 514 "\t-l\t\tList of installed packages\n" \
515 "\t-C\t\tConfigure an unpackaged package\n" \ 515 "\t-C\t\tConfigure an unpackaged package\n" \
516 "\t-F depends\tIgnore depency problems\n" \ 516 "\t-F depends\tIgnore dependency problems\n" \
517 "\t-P\t\tPurge all files of a package\n" \ 517 "\t-P\t\tPurge all files of a package\n" \
518 "\t-r\t\tRemove all but the configuration files for a package\n" \ 518 "\t-r\t\tRemove all but the configuration files for a package\n" \
519 "\t-u\t\tUnpack a package, but don't configure it" 519 "\t-u\t\tUnpack a package, but don't configure it"
@@ -580,7 +580,7 @@ USE_FEATURE_DATE_ISOFMT( \
580 "Displays the DHCP leases granted by udhcpd.\n\n" \ 580 "Displays the DHCP leases granted by udhcpd.\n\n" \
581 "Options:\n" \ 581 "Options:\n" \
582 "\t-f,\t--file=FILENAME\tLeases file to load\n" \ 582 "\t-f,\t--file=FILENAME\tLeases file to load\n" \
583 "\t-r,\t--remaining\tInterpret lease times as time remaing\n" \ 583 "\t-r,\t--remaining\tInterpret lease times as time remaining\n" \
584 "\t-a,\t--absolute\tInterpret lease times as expire time" 584 "\t-a,\t--absolute\tInterpret lease times as expire time"
585 585
586#define e2fsck_trivial_usage \ 586#define e2fsck_trivial_usage \
@@ -1421,7 +1421,7 @@ USE_FEATURE_DATE_ISOFMT( \
1421 "The upper-case options MQS are used to remove a shared memory\n" \ 1421 "The upper-case options MQS are used to remove a shared memory\n" \
1422 "segment by an shmkey value. The lower-case options mqs are used\n" \ 1422 "segment by an shmkey value. The lower-case options mqs are used\n" \
1423 "to remove a segment by shmid value.\n" \ 1423 "to remove a segment by shmid value.\n" \
1424 "\t-m | -M\tRemove the memory segment after the last detatch\n" \ 1424 "\t-m | -M\tRemove the memory segment after the last detach\n" \
1425 "\t-q | -Q\tRemove the message queue\n" \ 1425 "\t-q | -Q\tRemove the message queue\n" \
1426 "\t-s | -S\tRemove the semaphore" 1426 "\t-s | -S\tRemove the semaphore"
1427 1427
@@ -1432,7 +1432,7 @@ USE_FEATURE_DATE_ISOFMT( \
1432 "Resource specification:\n" \ 1432 "Resource specification:\n" \
1433 "\t-m\tshared memory segments\n" \ 1433 "\t-m\tshared memory segments\n" \
1434 "\t-q\tmessage queues\n" \ 1434 "\t-q\tmessage queues\n" \
1435 "\t-s\tsempahore arrays\n" \ 1435 "\t-s\tsemaphore arrays\n" \
1436 "\t-a\tall (default)\n" \ 1436 "\t-a\tall (default)\n" \
1437 "Output format:\n" \ 1437 "Output format:\n" \
1438 "\t-t\ttime\n" \ 1438 "\t-t\ttime\n" \
@@ -1944,7 +1944,7 @@ USE_FEATURE_DATE_ISOFMT( \
1944"\n" \ 1944"\n" \
1945" alias <alias_name> <mod_name>\n" \ 1945" alias <alias_name> <mod_name>\n" \
1946" Makes it possible to modprobe alias_name, when there is no such module.\n" \ 1946" Makes it possible to modprobe alias_name, when there is no such module.\n" \
1947" It makes sense if your mod_name is long, or you want a more reprenstative\n" \ 1947" It makes sense if your mod_name is long, or you want a more representative\n" \
1948" name for that module (eg. 'scsi' in place of 'aha7xxx').\n" \ 1948" name for that module (eg. 'scsi' in place of 'aha7xxx').\n" \
1949" This makes it also possible to use a different set of options (below) for\n" \ 1949" This makes it also possible to use a different set of options (below) for\n" \
1950" the module and the alias.\n" \ 1950" the module and the alias.\n" \
@@ -1978,11 +1978,11 @@ USE_FEATURE_DATE_ISOFMT( \
1978 " which are the default for alias 'tulip2'\n\n" \ 1978 " which are the default for alias 'tulip2'\n\n" \
1979 "$ modprobe tulip2 irq=8\n" \ 1979 "$ modprobe tulip2 irq=8\n" \
1980 " will load the module 'tulip' with default options 'irq=4 io=0x308 irq=8',\n" \ 1980 " will load the module 'tulip' with default options 'irq=4 io=0x308 irq=8',\n" \
1981 " which are the default for alias 'tulip2' overriden by the option 'irq=8'\n\n" \ 1981 " which are the default for alias 'tulip2' overridden by the option 'irq=8'\n\n" \
1982 " from the command line\n\n" \ 1982 " from the command line\n\n" \
1983 "$ modprobe tulip2 irq=2 io=0x210\n" \ 1983 "$ modprobe tulip2 irq=2 io=0x210\n" \
1984 " will load the module 'tulip' with default options 'irq=4 io=0x308 irq=4 io=0x210',\n" \ 1984 " will load the module 'tulip' with default options 'irq=4 io=0x308 irq=4 io=0x210',\n" \
1985 " which are the default for alias 'tulip2' overriden by the options 'irq=2 io=0x210'\n\n" \ 1985 " which are the default for alias 'tulip2' overridden by the options 'irq=2 io=0x210'\n\n" \
1986 " from the command line\n" 1986 " from the command line\n"
1987 1987
1988#define more_trivial_usage \ 1988#define more_trivial_usage \
@@ -3409,7 +3409,7 @@ USE_FEATURE_DATE_ISOFMT( \
3409 "Executes COMMAND on every item given by standard input.\n\n" \ 3409 "Executes COMMAND on every item given by standard input.\n\n" \
3410 "Options:\n" \ 3410 "Options:\n" \
3411 USAGE_XARGS_CONFIRMATION("\t-p\tPrompt the user about whether to run each command\n") \ 3411 USAGE_XARGS_CONFIRMATION("\t-p\tPrompt the user about whether to run each command\n") \
3412 "\t-r\tDo not run command for empty readed lines\n" \ 3412 "\t-r\tDo not run command for empty read lines\n" \
3413 USAGE_XARGS_TERMOPT("\t-x\tExit if the size is exceeded\n") \ 3413 USAGE_XARGS_TERMOPT("\t-x\tExit if the size is exceeded\n") \
3414 USAGE_XARGS_ZERO_TERM("\t-0\tInput filenames are terminated by a null character\n") \ 3414 USAGE_XARGS_ZERO_TERM("\t-0\tInput filenames are terminated by a null character\n") \
3415 "\t-t\tPrint the command line on stderr before executing it" 3415 "\t-t\tPrint the command line on stderr before executing it"
diff --git a/modutils/Config.in b/modutils/Config.in
index 4384c54c8..cf46b0863 100644
--- a/modutils/Config.in
+++ b/modutils/Config.in
@@ -84,7 +84,7 @@ config CONFIG_MODPROBE
84 bool "modprobe" 84 bool "modprobe"
85 default n 85 default n
86 help 86 help
87 Handle the loading of modules, and their dependancies on a high 87 Handle the loading of modules, and their dependencies on a high
88 level. 88 level.
89 89
90 Note that in the state, modprobe does not understand multiple 90 Note that in the state, modprobe does not understand multiple
diff --git a/networking/httpd.c b/networking/httpd.c
index 73a9461fa..1d8c893f2 100644
--- a/networking/httpd.c
+++ b/networking/httpd.c
@@ -200,7 +200,7 @@ typedef struct
200 200
201static HttpdConfig *config; 201static HttpdConfig *config;
202 202
203static const char request_GET[] = "GET"; /* size algorithic optimize */ 203static const char request_GET[] = "GET"; /* size algorithmic optimize */
204 204
205static const char* const suffixTable [] = { 205static const char* const suffixTable [] = {
206/* Warning: shorted equivalent suffix in one line must be first */ 206/* Warning: shorted equivalent suffix in one line must be first */
diff --git a/networking/udhcp/dumpleases.c b/networking/udhcp/dumpleases.c
index c0c58ee35..08a22f17d 100644
--- a/networking/udhcp/dumpleases.c
+++ b/networking/udhcp/dumpleases.c
@@ -30,7 +30,7 @@ static void ATTRIBUTE_NORETURN show_usage(void)
30 printf( 30 printf(
31"Usage: dumpleases -f <file> -[r|a]\n\n" 31"Usage: dumpleases -f <file> -[r|a]\n\n"
32" -f, --file=FILENAME Leases file to load\n" 32" -f, --file=FILENAME Leases file to load\n"
33" -r, --remaining Interepret lease times as time remaing\n" 33" -r, --remaining Interepret lease times as time remaining\n"
34" -a, --absolute Interepret lease times as expire time\n"); 34" -a, --absolute Interepret lease times as expire time\n");
35 exit(0); 35 exit(0);
36} 36}
diff --git a/scripts/config/Kconfig-language.txt b/scripts/config/Kconfig-language.txt
index 493749b32..9b90bc392 100644
--- a/scripts/config/Kconfig-language.txt
+++ b/scripts/config/Kconfig-language.txt
@@ -69,7 +69,7 @@ applicable everywhere (see syntax).
69 default values are visible, only the first defined one is active. 69 default values are visible, only the first defined one is active.
70 Default values are not limited to the menu entry, where they are 70 Default values are not limited to the menu entry, where they are
71 defined, this means the default can be defined somewhere else or be 71 defined, this means the default can be defined somewhere else or be
72 overriden by an earlier definition. 72 overridden by an earlier definition.
73 The default value is only assigned to the config symbol if no other 73 The default value is only assigned to the config symbol if no other
74 value was set by the user (via the input prompt above). If an input 74 value was set by the user (via the input prompt above). If an input
75 prompt is visible the default value is presented to the user and can 75 prompt is visible the default value is presented to the user and can
diff --git a/util-linux/fdisk.c b/util-linux/fdisk.c
index 2042951d9..8ceeb4835 100644
--- a/util-linux/fdisk.c
+++ b/util-linux/fdisk.c
@@ -5075,7 +5075,7 @@ static void
5075add_partition(int n, int sys) 5075add_partition(int n, int sys)
5076{ 5076{
5077 char mesg[256]; /* 48 does not suffice in Japanese */ 5077 char mesg[256]; /* 48 does not suffice in Japanese */
5078 int i, readed = 0; 5078 int i, num_read = 0;
5079 struct partition *p = ptes[n].part_table; 5079 struct partition *p = ptes[n].part_table;
5080 struct partition *q = ptes[ext_index].part_table; 5080 struct partition *q = ptes[ext_index].part_table;
5081 long long llimit; 5081 long long llimit;
@@ -5124,12 +5124,12 @@ add_partition(int n, int sys)
5124 } 5124 }
5125 if (start > limit) 5125 if (start > limit)
5126 break; 5126 break;
5127 if (start >= temp+units_per_sector && readed) { 5127 if (start >= temp+units_per_sector && num_read) {
5128 printf(_("Sector %llu is already allocated\n"), (unsigned long long)temp); 5128 printf(_("Sector %llu is already allocated\n"), (unsigned long long)temp);
5129 temp = start; 5129 temp = start;
5130 readed = 0; 5130 num_read = 0;
5131 } 5131 }
5132 if (!readed && start == temp) { 5132 if (!num_read && start == temp) {
5133 off_t saved_start; 5133 off_t saved_start;
5134 5134
5135 saved_start = start; 5135 saved_start = start;
@@ -5139,9 +5139,9 @@ add_partition(int n, int sys)
5139 start = (start - 1) * units_per_sector; 5139 start = (start - 1) * units_per_sector;
5140 if (start < saved_start) start = saved_start; 5140 if (start < saved_start) start = saved_start;
5141 } 5141 }
5142 readed = 1; 5142 num_read = 1;
5143 } 5143 }
5144 } while (start != temp || !readed); 5144 } while (start != temp || !num_read);
5145 if (n > 4) { /* NOT for fifth partition */ 5145 if (n > 4) { /* NOT for fifth partition */
5146 struct pte *pe = &ptes[n]; 5146 struct pte *pe = &ptes[n];
5147 5147
diff --git a/util-linux/nfsmount.c b/util-linux/nfsmount.c
index 7b742cb5f..4ab415f0f 100644
--- a/util-linux/nfsmount.c
+++ b/util-linux/nfsmount.c
@@ -623,7 +623,7 @@ int nfsmount(const char *spec, const char *node, int *flags,
623 return retval; 623 return retval;
624 } 624 }
625 625
626 /* create mount deamon client */ 626 /* create mount daemon client */
627 /* See if the nfs host = mount host. */ 627 /* See if the nfs host = mount host. */
628 if (mounthost) { 628 if (mounthost) {
629 if (mounthost[0] >= '0' && mounthost[0] <= '9') { 629 if (mounthost[0] >= '0' && mounthost[0] <= '9') {
@@ -835,7 +835,7 @@ int nfsmount(const char *spec, const char *node, int *flags,
835#endif 835#endif
836 } 836 }
837#ifdef NFS_MOUNT_DEBUG 837#ifdef NFS_MOUNT_DEBUG
838 printf(_("using port %d for nfs deamon\n"), port); 838 printf(_("using port %d for nfs daemon\n"), port);
839#endif 839#endif
840 server_addr.sin_port = htons(port); 840 server_addr.sin_port = htons(port);
841 /* 841 /*