Openembedded Bitbake Development
 help / color / mirror / Atom feed
* [PATCH 0/2] A couple of typo fixes
@ 2017-05-14 21:29 Paul Eggleton
  2017-05-14 21:29 ` [PATCH 1/2] lib/bb/COW.py: fix typo in Tim Ansell's name Paul Eggleton
  2017-05-14 21:29 ` [PATCH 2/2] lib/bb/fetch2: fix typo in conflicting revision message Paul Eggleton
  0 siblings, 2 replies; 3+ messages in thread
From: Paul Eggleton @ 2017-05-14 21:29 UTC (permalink / raw)
  To: bitbake-devel

The following changes since commit 21d963149b5d97452420230a252101115b708d85:

  toaster: move release lookup from morty to pyro (2017-04-20 07:59:30 +0100)

are available in the git repository at:

  git://git.yoctoproject.org/poky-contrib paule/bb-typofixes
  http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=paule/bb-typofixes

Paul Eggleton (2):
  lib/bb/COW.py: fix typo in Tim Ansell's name
  lib/bb/fetch2: fix typo in conflicting revision message

 lib/bb/COW.py             | 2 +-
 lib/bb/fetch2/__init__.py | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

-- 
2.9.3



^ permalink raw reply	[flat|nested] 3+ messages in thread

* [PATCH 1/2] lib/bb/COW.py: fix typo in Tim Ansell's name
  2017-05-14 21:29 [PATCH 0/2] A couple of typo fixes Paul Eggleton
@ 2017-05-14 21:29 ` Paul Eggleton
  2017-05-14 21:29 ` [PATCH 2/2] lib/bb/fetch2: fix typo in conflicting revision message Paul Eggleton
  1 sibling, 0 replies; 3+ messages in thread
From: Paul Eggleton @ 2017-05-14 21:29 UTC (permalink / raw)
  To: bitbake-devel

See AUTHORS for reference.

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
---
 lib/bb/COW.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/bb/COW.py b/lib/bb/COW.py
index 36ebbd9..bec6208 100644
--- a/lib/bb/COW.py
+++ b/lib/bb/COW.py
@@ -3,7 +3,7 @@
 #
 # This is a copy on write dictionary and set which abuses classes to try and be nice and fast.
 #
-# Copyright (C) 2006 Tim Amsell
+# Copyright (C) 2006 Tim Ansell
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License version 2 as
-- 
2.9.3



^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [PATCH 2/2] lib/bb/fetch2: fix typo in conflicting revision message
  2017-05-14 21:29 [PATCH 0/2] A couple of typo fixes Paul Eggleton
  2017-05-14 21:29 ` [PATCH 1/2] lib/bb/COW.py: fix typo in Tim Ansell's name Paul Eggleton
@ 2017-05-14 21:29 ` Paul Eggleton
  1 sibling, 0 replies; 3+ messages in thread
From: Paul Eggleton @ 2017-05-14 21:29 UTC (permalink / raw)
  To: bitbake-devel

spcify -> specify

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
---
 lib/bb/fetch2/__init__.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/bb/fetch2/__init__.py b/lib/bb/fetch2/__init__.py
index 136fc29..79a8906 100644
--- a/lib/bb/fetch2/__init__.py
+++ b/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:
-- 
2.9.3



^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2017-05-14 21:30 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-05-14 21:29 [PATCH 0/2] A couple of typo fixes Paul Eggleton
2017-05-14 21:29 ` [PATCH 1/2] lib/bb/COW.py: fix typo in Tim Ansell's name Paul Eggleton
2017-05-14 21:29 ` [PATCH 2/2] lib/bb/fetch2: fix typo in conflicting revision message Paul Eggleton

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox