From 567329b56689f3cb9f2649cb52734f093eb85eac Mon Sep 17 00:00:00 2001 From: Andre McCurdy Date: Mon, 17 Apr 2017 13:30:02 -0700 Subject: [PATCH] devupstream.bbclass: minor typo fix (From OE-Core rev: a7761023696fbefb0d38906b0b02bf4ed211b3fb) Signed-off-by: Andre McCurdy Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- meta/classes/devupstream.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/classes/devupstream.bbclass b/meta/classes/devupstream.bbclass index 7d4113fcc3..7780c5482c 100644 --- a/meta/classes/devupstream.bbclass +++ b/meta/classes/devupstream.bbclass @@ -1,6 +1,6 @@ # Class for use in BBCLASSEXTEND to make it easier to have a single recipe that # can build both stable tarballs and snapshots from upstream source -# repoistories. +# repositories. # # Usage: # BBCLASSEXTEND = "devupstream:target"