diff options
author | Andre McCurdy <armccurdy@gmail.com> | 2017-04-17 13:30:02 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-04-19 10:16:19 +0100 |
commit | a7761023696fbefb0d38906b0b02bf4ed211b3fb (patch) | |
tree | 902e209e3f5a4566a4872080d57bf9540188bf3d | |
parent | ba2884f6ad3a4e746fc80cbd707f83fa8abd4210 (diff) | |
download | openembedded-core-a7761023696fbefb0d38906b0b02bf4ed211b3fb.tar.gz openembedded-core-a7761023696fbefb0d38906b0b02bf4ed211b3fb.tar.bz2 openembedded-core-a7761023696fbefb0d38906b0b02bf4ed211b3fb.zip |
devupstream.bbclass: minor typo fix
Signed-off-by: Andre McCurdy <armccurdy@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
-rw-r--r-- | meta/classes/devupstream.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
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" |