From 087ec3a1b2dde04a8e5ce2943802fccd424ab3f3 Mon Sep 17 00:00:00 2001 From: Peter Kjellerstedt Date: Thu, 20 Jun 2013 11:35:49 +0200 Subject: [PATCH] Correct a typo Signed-off-by: Richard Purdie --- lib/bb/fetch2/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/bb/fetch2/__init__.py b/lib/bb/fetch2/__init__.py index 7cf13cdec97..6211cd7f5dc 100644 --- a/lib/bb/fetch2/__init__.py +++ b/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.47.3