diff options
author | Zygmunt Krynicki <zygmunt.krynicki@huawei.com> | 2022-02-19 17:40:21 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-02-20 16:45:25 +0000 |
commit | 2b427b9224673ad1a5a39a4b72390f1efa972a4b (patch) | |
tree | dad1c2fb3bef9e064499f759533ce96289e7602d /bitbake | |
parent | fe1b1bffa54514b1971e29a478ef3f08fcd17e5e (diff) | |
download | poky-2b427b9224673ad1a5a39a4b72390f1efa972a4b.tar.gz |
bitbake: wget: Fix grammar "can happen"
(Bitbake rev: 52630eefb5174e4ca357ac57085093a7f5767bd8)
Signed-off-by: Zygmunt Krynicki <zygmunt.krynicki@huawei.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake')
-rw-r--r-- | bitbake/lib/bb/fetch2/wget.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/bb/fetch2/wget.py b/bitbake/lib/bb/fetch2/wget.py index 2579a65ce6..92cc10785c 100644 --- a/bitbake/lib/bb/fetch2/wget.py +++ b/bitbake/lib/bb/fetch2/wget.py | |||
@@ -228,7 +228,7 @@ class Wget(FetchMethod): | |||
228 | # We let the request fail and expect it to be | 228 | # We let the request fail and expect it to be |
229 | # tried once more ("try_again" in check_status()), | 229 | # tried once more ("try_again" in check_status()), |
230 | # with the dead connection removed from the cache. | 230 | # with the dead connection removed from the cache. |
231 | # If it still fails, we give up, which can happend for bad | 231 | # If it still fails, we give up, which can happen for bad |
232 | # HTTP proxy settings. | 232 | # HTTP proxy settings. |
233 | fetch.connection_cache.remove_connection(h.host, h.port) | 233 | fetch.connection_cache.remove_connection(h.host, h.port) |
234 | raise urllib.error.URLError(err) | 234 | raise urllib.error.URLError(err) |