[gnome-continuous-yocto/gnomeostree-3.28-rocko: 5839/8267] bitbake: lib/bb/fetch2: fix typo in conflicting revision message



commit 3dea90e8b7bfe988bc4bb70f0f0c50b4f74416bf
Author: Paul Eggleton <paul eggleton linux intel com>
Date:   Mon May 15 09:29:56 2017 +1200

    bitbake: lib/bb/fetch2: fix typo in conflicting revision message
    
    spcify -> specify
    
    (Bitbake rev: c46f183b3ea94789dd83cb280a1bf5735189c9bc)
    
    Signed-off-by: Paul Eggleton <paul eggleton linux intel com>
    Signed-off-by: Richard Purdie <richard purdie linuxfoundation org>

 bitbake/lib/bb/fetch2/__init__.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/bitbake/lib/bb/fetch2/__init__.py b/bitbake/lib/bb/fetch2/__init__.py
index 136fc29..79a8906 100644
--- a/bitbake/lib/bb/fetch2/__init__.py
+++ b/bitbake/lib/bb/fetch2/__init__.py
@@ -1130,7 +1130,7 @@ def srcrev_internal_helper(ud, d, name):
         if srcrev == "INVALID" or not srcrev:
             return parmrev
         if srcrev != parmrev:
-            raise FetchError("Conflicting revisions (%s from SRCREV and %s from the url) found, please 
spcify one valid value" % (srcrev, parmrev))
+            raise FetchError("Conflicting revisions (%s from SRCREV and %s from the url) found, please 
specify one valid value" % (srcrev, parmrev))
         return parmrev
 
     if srcrev == "INVALID" or not srcrev:


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]