aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorZygmunt Krynicki <zygmunt.krynicki@huawei.com>2022-02-19 17:40:21 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-02-20 16:45:06 +0000
commit52630eefb5174e4ca357ac57085093a7f5767bd8 (patch)
tree32af70dff6d64b0a664ac73cf078c4e670c94666 /lib
parent8f76117816fa84367753d5eee0264b90e9f29a8c (diff)
downloadbitbake-52630eefb5174e4ca357ac57085093a7f5767bd8.tar.gz
wget: Fix grammar "can happen"
Signed-off-by: Zygmunt Krynicki <zygmunt.krynicki@huawei.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'lib')
-rw-r--r--lib/bb/fetch2/wget.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bb/fetch2/wget.py b/lib/bb/fetch2/wget.py
index 2579a65ce..92cc10785 100644
--- a/lib/bb/fetch2/wget.py
+++ b/lib/bb/fetch2/wget.py
@@ -228,7 +228,7 @@ class Wget(FetchMethod):
# We let the request fail and expect it to be
# tried once more ("try_again" in check_status()),
# with the dead connection removed from the cache.
- # If it still fails, we give up, which can happend for bad
+ # If it still fails, we give up, which can happen for bad
# HTTP proxy settings.
fetch.connection_cache.remove_connection(h.host, h.port)
raise urllib.error.URLError(err)