bitbake: Correct a typo

(Bitbake rev: 087ec3a1b2dde04a8e5ce2943802fccd424ab3f3)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Peter Kjellerstedt 2013-06-20 11:35:49 +02:00 committed by Richard Purdie
parent d1ad98b64b
commit 3a74f25cf1
1 changed files with 1 additions and 1 deletions

View File

@ -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