From fab3aa7b1b7003bb03678c5cfc62ad2b597f0932 Mon Sep 17 00:00:00 2001 From: Enguerrand de Ribaucourt Date: Mon, 2 Jan 2023 15:23:39 +0100 Subject: bitbake-layers: fix a typo Signed-off-by: Enguerrand de Ribaucourt Signed-off-by: Richard Purdie --- meta/lib/bblayers/makesetup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/lib/bblayers/makesetup.py b/meta/lib/bblayers/makesetup.py index 22f89d81a4..834e9338bc 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 = {} -- cgit 1.2.3-korg