]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
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:38 +0000 (13:26 +0100)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
lib/bb/fetch2/__init__.py

index 7cf13cdec97bfb7b0c055495125211ad872a7b0b..6211cd7f5dc4454e0a6d3e78ad48b70dc59cbb08 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