bitbake: Correct a typo
authorPeter Kjellerstedt <peter.kjellerstedt@axis.com>
Thu, 20 Jun 2013 09:35:49 +0000 (11:35 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 20 Jun 2013 12:26:57 +0000 (13:26 +0100)
(Bitbake rev: 087ec3a1b2dde04a8e5ce2943802fccd424ab3f3)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
bitbake/lib/bb/fetch2/__init__.py

index 7cf13cd..6211cd7 100644 (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