From d9f9590a05a84093ef8d6f5538099f199c5710a4 Mon Sep 17 00:00:00 2001 From: Peter Kjellerstedt Date: Thu, 20 Jun 2013 11:35:49 +0200 Subject: [PATCH] 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(-) 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 -- 2.7.4