From: Peter Kjellerstedt Date: Thu, 20 Jun 2013 09:35:49 +0000 (+0200) Subject: bitbake: Correct a typo X-Git-Tag: rev_ivi_2015_02_04~12072 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d9f9590a05a84093ef8d6f5538099f199c5710a4;p=scm%2Fbb%2Ftizen-distro.git bitbake: Correct a typo (Bitbake rev: 087ec3a1b2dde04a8e5ce2943802fccd424ab3f3) Signed-off-by: Richard Purdie --- 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