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 /networking/udhcp | |
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 'networking/udhcp')
-rw-r--r-- | networking/udhcp/clientpacket.c | 2 | ||||
-rw-r--r-- | networking/udhcp/common.c | 2 | ||||
-rw-r--r-- | networking/udhcp/common.h | 4 | ||||
-rw-r--r-- | networking/udhcp/packet.c | 2 | ||||
-rw-r--r-- | networking/udhcp/pidfile.c | 2 | ||||
-rw-r--r-- | networking/udhcp/pidfile.h | 2 | ||||
-rw-r--r-- | networking/udhcp/script.c | 2 | ||||
-rw-r--r-- | networking/udhcp/serverpacket.c | 2 | ||||
-rw-r--r-- | networking/udhcp/signalpipe.c | 4 |
9 files changed, 11 insertions, 11 deletions
diff --git a/networking/udhcp/clientpacket.c b/networking/udhcp/clientpacket.c index 5b27004f9..ec96601cb 100644 --- a/networking/udhcp/clientpacket.c +++ b/networking/udhcp/clientpacket.c | |||
@@ -82,7 +82,7 @@ static void init_packet(struct dhcpMessage *packet, char type) | |||
82 | } | 82 | } |
83 | 83 | ||
84 | 84 | ||
85 | /* Add a paramater request list for stubborn DHCP servers. Pull the data | 85 | /* Add a parameter request list for stubborn DHCP servers. Pull the data |
86 | * from the struct in options.c. Don't do bounds checking here because it | 86 | * from the struct in options.c. Don't do bounds checking here because it |
87 | * goes towards the head of the packet. */ | 87 | * goes towards the head of the packet. */ |
88 | static void add_requests(struct dhcpMessage *packet) | 88 | static void add_requests(struct dhcpMessage *packet) |
diff --git a/networking/udhcp/common.c b/networking/udhcp/common.c index 5dad7d51c..ddfc54732 100644 --- a/networking/udhcp/common.c +++ b/networking/udhcp/common.c | |||
@@ -4,7 +4,7 @@ | |||
4 | * simple helper functions. | 4 | * simple helper functions. |
5 | * | 5 | * |
6 | * Russ Dill <Russ.Dill@asu.edu> 2001-2003 | 6 | * Russ Dill <Russ.Dill@asu.edu> 2001-2003 |
7 | * Rewrited by Vladimir Oleynik <dzo@simtreas.ru> (C) 2003 | 7 | * Rewritten by Vladimir Oleynik <dzo@simtreas.ru> (C) 2003 |
8 | * | 8 | * |
9 | * This program is free software; you can redistribute it and/or modify | 9 | * This program is free software; you can redistribute it and/or modify |
10 | * it under the terms of the GNU General Public License as published by | 10 | * it under the terms of the GNU General Public License as published by |
diff --git a/networking/udhcp/common.h b/networking/udhcp/common.h index 677bbfd17..cdc51cf8a 100644 --- a/networking/udhcp/common.h +++ b/networking/udhcp/common.h | |||
@@ -1,7 +1,7 @@ | |||
1 | /* common.h | 1 | /* common.h |
2 | * | 2 | * |
3 | * Russ Dill <Russ.Dill@asu.edu> Soptember 2001 | 3 | * Russ Dill <Russ.Dill@asu.edu> September 2001 |
4 | * Rewrited by Vladimir Oleynik <dzo@simtreas.ru> (C) 2003 | 4 | * Rewritten by Vladimir Oleynik <dzo@simtreas.ru> (C) 2003 |
5 | * | 5 | * |
6 | * This program is free software; you can redistribute it and/or modify | 6 | * This program is free software; you can redistribute it and/or modify |
7 | * it under the terms of the GNU General Public License as published by | 7 | * it under the terms of the GNU General Public License as published by |
diff --git a/networking/udhcp/packet.c b/networking/udhcp/packet.c index 7cbd83a35..1c6bb0ca4 100644 --- a/networking/udhcp/packet.c +++ b/networking/udhcp/packet.c | |||
@@ -113,7 +113,7 @@ uint16_t checksum(void *addr, int count) | |||
113 | } | 113 | } |
114 | 114 | ||
115 | 115 | ||
116 | /* Constuct a ip/udp header for a packet, and specify the source and dest hardware address */ | 116 | /* Construct a ip/udp header for a packet, and specify the source and dest hardware address */ |
117 | int raw_packet(struct dhcpMessage *payload, uint32_t source_ip, int source_port, | 117 | int raw_packet(struct dhcpMessage *payload, uint32_t source_ip, int source_port, |
118 | uint32_t dest_ip, int dest_port, uint8_t *dest_arp, int ifindex) | 118 | uint32_t dest_ip, int dest_port, uint8_t *dest_arp, int ifindex) |
119 | { | 119 | { |
diff --git a/networking/udhcp/pidfile.c b/networking/udhcp/pidfile.c index d656c7ad0..2e0c7533e 100644 --- a/networking/udhcp/pidfile.c +++ b/networking/udhcp/pidfile.c | |||
@@ -2,7 +2,7 @@ | |||
2 | * | 2 | * |
3 | * Functions to assist in the writing and removing of pidfiles. | 3 | * Functions to assist in the writing and removing of pidfiles. |
4 | * | 4 | * |
5 | * Russ Dill <Russ.Dill@asu.edu> Soptember 2001 | 5 | * Russ Dill <Russ.Dill@asu.edu> September 2001 |
6 | * | 6 | * |
7 | * This program is free software; you can redistribute it and/or modify | 7 | * This program is free software; you can redistribute it and/or modify |
8 | * it under the terms of the GNU General Public License as published by | 8 | * it under the terms of the GNU General Public License as published by |
diff --git a/networking/udhcp/pidfile.h b/networking/udhcp/pidfile.h index 7f8e8aedc..ea97d1de5 100644 --- a/networking/udhcp/pidfile.h +++ b/networking/udhcp/pidfile.h | |||
@@ -2,7 +2,7 @@ | |||
2 | * | 2 | * |
3 | * Functions to assist in the writing and removing of pidfiles. | 3 | * Functions to assist in the writing and removing of pidfiles. |
4 | * | 4 | * |
5 | * Russ Dill <Russ.Dill@asu.edu> Soptember 2001 | 5 | * Russ Dill <Russ.Dill@asu.edu> September 2001 |
6 | * | 6 | * |
7 | * This program is free software; you can redistribute it and/or modify | 7 | * This program is free software; you can redistribute it and/or modify |
8 | * it under the terms of the GNU General Public License as published by | 8 | * it under the terms of the GNU General Public License as published by |
diff --git a/networking/udhcp/script.c b/networking/udhcp/script.c index cae4db7af..e0a8dad53 100644 --- a/networking/udhcp/script.c +++ b/networking/udhcp/script.c | |||
@@ -132,7 +132,7 @@ static void fill_options(char *dest, uint8_t *option, struct dhcp_option *type_p | |||
132 | } | 132 | } |
133 | 133 | ||
134 | 134 | ||
135 | /* put all the paramaters into an environment */ | 135 | /* put all the parameters into an environment */ |
136 | static char **fill_envp(struct dhcpMessage *packet) | 136 | static char **fill_envp(struct dhcpMessage *packet) |
137 | { | 137 | { |
138 | int num_options = 0; | 138 | int num_options = 0; |
diff --git a/networking/udhcp/serverpacket.c b/networking/udhcp/serverpacket.c index 937436a11..bc9d822a9 100644 --- a/networking/udhcp/serverpacket.c +++ b/networking/udhcp/serverpacket.c | |||
@@ -1,6 +1,6 @@ | |||
1 | /* serverpacket.c | 1 | /* serverpacket.c |
2 | * | 2 | * |
3 | * Constuct and send DHCP server packets | 3 | * Construct and send DHCP server packets |
4 | * | 4 | * |
5 | * Russ Dill <Russ.Dill@asu.edu> July 2001 | 5 | * Russ Dill <Russ.Dill@asu.edu> July 2001 |
6 | * | 6 | * |
diff --git a/networking/udhcp/signalpipe.c b/networking/udhcp/signalpipe.c index 4f3292b9d..074c8a603 100644 --- a/networking/udhcp/signalpipe.c +++ b/networking/udhcp/signalpipe.c | |||
@@ -1,8 +1,8 @@ | |||
1 | /* signalpipe.c | 1 | /* signalpipe.c |
2 | * | 2 | * |
3 | * Signal pipe infastructure. A reliable way of delivering signals. | 3 | * Signal pipe infrastructure. A reliable way of delivering signals. |
4 | * | 4 | * |
5 | * Russ Dill <Russ.Dill@asu.edu> Decemeber 2003 | 5 | * Russ Dill <Russ.Dill@asu.edu> December 2003 |
6 | * | 6 | * |
7 | * This program is free software; you can redistribute it and/or modify | 7 | * This program is free software; you can redistribute it and/or modify |
8 | * it under the terms of the GNU General Public License as published by | 8 | * it under the terms of the GNU General Public License as published by |