summaryrefslogtreecommitdiffstats
path: root/bitbake/lib
diff options
context:
space:
mode:
authorPeter Kjellerstedt <peter.kjellerstedt@axis.com>2013-06-20 11:35:49 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-06-20 13:26:57 +0100
commit3a74f25cf161679fb61dbf782a74d7913e2e77e4 (patch)
treea4d5df3360f946e5e0f1ad5d69ad3aeb271537c3 /bitbake/lib
parentd1ad98b64b1d9695b0af2f734786d5e481904b1e (diff)
downloadast2050-yocto-poky-3a74f25cf161679fb61dbf782a74d7913e2e77e4.zip
ast2050-yocto-poky-3a74f25cf161679fb61dbf782a74d7913e2e77e4.tar.gz
bitbake: Correct a typo
(Bitbake rev: 087ec3a1b2dde04a8e5ce2943802fccd424ab3f3) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/lib')
-rw-r--r--bitbake/lib/bb/fetch2/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/bb/fetch2/__init__.py b/bitbake/lib/bb/fetch2/__init__.py
index 7cf13cd..6211cd7 100644
--- a/bitbake/lib/bb/fetch2/__init__.py
+++ b/bitbake/lib/bb/fetch2/__init__.py
@@ -1105,7 +1105,7 @@ class FetchMethod(object):
def recommends_checksum(self, urldata):
"""
Is the backend on where checksumming is recommended (should warnings
- by displayed if there is no checksum)?
+ be displayed if there is no checksum)?
"""
return False
OpenPOWER on IntegriCloud