From 3a74f25cf161679fb61dbf782a74d7913e2e77e4 Mon Sep 17 00:00:00 2001 From: Peter Kjellerstedt Date: Thu, 20 Jun 2013 11:35:49 +0200 Subject: bitbake: Correct a typo (Bitbake rev: 087ec3a1b2dde04a8e5ce2943802fccd424ab3f3) Signed-off-by: Richard Purdie --- bitbake/lib/bb/fetch2/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bitbake') diff --git a/bitbake/lib/bb/fetch2/__init__.py b/bitbake/lib/bb/fetch2/__init__.py index 7cf13cdec9..6211cd7f5d 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 -- cgit v1.2.3-54-g00ecf