From: Enguerrand de Ribaucourt Date: Mon, 2 Jan 2023 14:23:39 +0000 (+0100) Subject: bitbake-layers: fix a typo X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~2143 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fab3aa7b1b7003bb03678c5cfc62ad2b597f0932;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git bitbake-layers: fix a typo Signed-off-by: Enguerrand de Ribaucourt Signed-off-by: Richard Purdie --- diff --git a/meta/lib/bblayers/makesetup.py b/meta/lib/bblayers/makesetup.py index 22f89d81a41..834e9338bc7 100644 --- a/meta/lib/bblayers/makesetup.py +++ b/meta/lib/bblayers/makesetup.py @@ -46,7 +46,7 @@ class MakeSetupPlugin(LayerPlugin): return describe.strip() def make_repo_config(self, destdir): - """ This is a helper function for the writer plugins that discovers currently confugured layers. + """ This is a helper function for the writer plugins that discovers currently configured layers. The writers do not have to use it, but it can save a bit of work and avoid duplicated code, hence it is available here. """ repos = {}