All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] wic: fix typo
@ 2020-08-05 10:52 Daniel Ammann
  0 siblings, 0 replies; only message in thread
From: Daniel Ammann @ 2020-08-05 10:52 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Daniel Ammann <daniel.ammann@bytesatwork.ch>
---
 scripts/lib/wic/plugins/source/bootimg-partition.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/lib/wic/plugins/source/bootimg-partition.py b/scripts/lib/wic/plugins/source/bootimg-partition.py
index 138986a71e..5dbe2558d2 100644
--- a/scripts/lib/wic/plugins/source/bootimg-partition.py
+++ b/scripts/lib/wic/plugins/source/bootimg-partition.py
@@ -141,7 +141,7 @@ class BootimgPartitionPlugin(SourcePlugin):
                     break
 
             if not kernel_name:
-                raise WicError('No kernel file founded')
+                raise WicError('No kernel file found')
 
             # Compose the extlinux.conf
             extlinux_conf = "default Yocto\n"
-- 
2.20.1


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2020-08-05 10:53 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-08-05 10:52 [PATCH] wic: fix typo Daniel Ammann

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.