From: Peter Kjellerstedt Date: Thu, 20 Jun 2013 09:35:49 +0000 (+0200) Subject: Correct a typo X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=087ec3a1b2dde04a8e5ce2943802fccd424ab3f3;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git Correct a typo Signed-off-by: Richard Purdie --- 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