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/wget.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 'networking/wget.c')
-rw-r--r-- | networking/wget.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/networking/wget.c b/networking/wget.c index 3fbf6b4c2..e233daf05 100644 --- a/networking/wget.c +++ b/networking/wget.c | |||
@@ -816,7 +816,7 @@ progressmeter(int flag) | |||
816 | #endif | 816 | #endif |
817 | 817 | ||
818 | /* Original copyright notice which applies to the CONFIG_FEATURE_WGET_STATUSBAR stuff, | 818 | /* Original copyright notice which applies to the CONFIG_FEATURE_WGET_STATUSBAR stuff, |
819 | * much of which was blatently stolen from openssh. */ | 819 | * much of which was blatantly stolen from openssh. */ |
820 | 820 | ||
821 | /*- | 821 | /*- |
822 | * Copyright (c) 1992, 1993 | 822 | * Copyright (c) 1992, 1993 |
@@ -850,7 +850,7 @@ progressmeter(int flag) | |||
850 | * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF | 850 | * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
851 | * SUCH DAMAGE. | 851 | * SUCH DAMAGE. |
852 | * | 852 | * |
853 | * $Id: wget.c,v 1.73 2004/04/08 10:27:11 bug1 Exp $ | 853 | * $Id: wget.c,v 1.74 2004/04/14 17:51:24 andersen Exp $ |
854 | */ | 854 | */ |
855 | 855 | ||
856 | 856 | ||