diff --git a/doc/wget.texi b/doc/wget.texi index a5e4671f..31511d01 100644 --- a/doc/wget.texi +++ b/doc/wget.texi @@ -3998,7 +3998,7 @@ This chapter contains all the stuff that could not fit anywhere else. @dfn{Proxies} are special-purpose @sc{http} servers designed to transfer data from remote servers to local clients. One typical use of proxies -is lightening network load for users behind a slow connection. This is +is lightning network load for users behind a slow connection. This is achieved by channeling all @sc{http} and @sc{ftp} requests through the proxy which caches the transferred data. When a cached resource is requested again, proxy will return the data from cache. Another use for diff --git a/src/ftp-ls.c b/src/ftp-ls.c index 586913c2..cf0a7ee0 100644 --- a/src/ftp-ls.c +++ b/src/ftp-ls.c @@ -64,7 +64,7 @@ symperms (const char *s) /* Cleans a line of text so that it can be consistently parsed. Destroys - and in case that thay occur at the end of the line and + and in case that they occur at the end of the line and replaces all character with . Returns the length of the modified line. */ static int diff --git a/src/hash.c b/src/hash.c index bf3b629e..66095281 100644 --- a/src/hash.c +++ b/src/hash.c @@ -692,7 +692,7 @@ hash_string_nocase (const void *key) return h; } -/* Like string_cmp, but doing case-insensitive compareison. */ +/* Like string_cmp, but doing case-insensitive comparison. */ static int string_cmp_nocase (const void *s1, const void *s2) diff --git a/src/host.c b/src/host.c index 2f1b602b..56199958 100644 --- a/src/host.c +++ b/src/host.c @@ -75,7 +75,7 @@ extern int h_errno; lookup_host for details. */ struct address_list { - int count; /* number of adrresses */ + int count; /* number of addresses */ ip_address *addresses; /* pointer to the string of addresses */ int faulty; /* number of addresses known not to work. */ diff --git a/testenv/Test-auth-basic-fail.py b/testenv/Test-auth-basic-fail.py index 4d32bea5..7b4a223a 100755 --- a/testenv/Test-auth-basic-fail.py +++ b/testenv/Test-auth-basic-fail.py @@ -5,10 +5,10 @@ from misc.wget_file import WgetFile """ This test ensures that Wget returns the correct exit code when Basic - authentcation failes due to a username/password error. + authentication fails due to a username/password error. """ ############# File Definitions ############################################### -File1 = "I am an invisble man." +File1 = "I am an invisible man." File1_rules = { "Authentication" : { diff --git a/testenv/Test-auth-basic-netrc-pass-given.py b/testenv/Test-auth-basic-netrc-pass-given.py index b8a2e1f9..b8bff59e 100755 --- a/testenv/Test-auth-basic-netrc-pass-given.py +++ b/testenv/Test-auth-basic-netrc-pass-given.py @@ -11,7 +11,7 @@ from misc.wget_file import WgetFile doesn't wait for a challenge the second time. """ ############# File Definitions ############################################### -File1 = "I am an invisble man." +File1 = "I am an invisible man." File2 = "I too am an invisible man." User = "Sauron" diff --git a/testenv/Test-auth-basic-netrc-user-given.py b/testenv/Test-auth-basic-netrc-user-given.py index 286beac1..e5d1449f 100755 --- a/testenv/Test-auth-basic-netrc-user-given.py +++ b/testenv/Test-auth-basic-netrc-user-given.py @@ -11,7 +11,7 @@ from misc.wget_file import WgetFile doesn't wait for a challenge the second time. """ ############# File Definitions ############################################### -File1 = "I am an invisble man." +File1 = "I am an invisible man." File2 = "I too am an invisible man." User = "Sauron" diff --git a/testenv/Test-auth-basic-netrc.py b/testenv/Test-auth-basic-netrc.py index 37c353d5..f670603b 100755 --- a/testenv/Test-auth-basic-netrc.py +++ b/testenv/Test-auth-basic-netrc.py @@ -11,7 +11,7 @@ from misc.wget_file import WgetFile doesn't wait for a challenge the second time. """ ############# File Definitions ############################################### -File1 = "I am an invisble man." +File1 = "I am an invisible man." File2 = "I too am an invisible man." User = "Sauron" diff --git a/testenv/Test-auth-basic-no-netrc-fail.py b/testenv/Test-auth-basic-no-netrc-fail.py index fad15e99..1c3a405d 100755 --- a/testenv/Test-auth-basic-no-netrc-fail.py +++ b/testenv/Test-auth-basic-no-netrc-fail.py @@ -9,7 +9,7 @@ from misc.wget_file import WgetFile and fails. """ ############# File Definitions ############################################### -File1 = "I am an invisble man." +File1 = "I am an invisible man." User = "Sauron" Password = "TheEye" diff --git a/testenv/Test-auth-basic.py b/testenv/Test-auth-basic.py index eaead884..4f60c301 100755 --- a/testenv/Test-auth-basic.py +++ b/testenv/Test-auth-basic.py @@ -9,7 +9,7 @@ from misc.wget_file import WgetFile doesn't wait for a challenge the second time. """ ############# File Definitions ############################################### -File1 = "I am an invisble man." +File1 = "I am an invisible man." File2 = "I too am an invisible man." File1_rules = { diff --git a/testenv/Test-condget.py b/testenv/Test-condget.py index 297556ee..a192f92e 100755 --- a/testenv/Test-condget.py +++ b/testenv/Test-condget.py @@ -98,7 +98,7 @@ Existing_Files = [UpToDate_Local_File1, UpToDate_Local_File2, ExpectedReturnCode = 0 -# The uptodate file should not be downloaded +# The up-to-date file should not be downloaded ExpectedDownloadedFiles = [UpToDate_Local_File1, UpToDate_Local_File2, UpToDate_Local_File3, Newer_Local_File, Updated_Server_File]