[PATCH 1/1] sandbox: typo Fictionnal

%s/Fictionnal/Fictional/
Signed-off-by: Heinrich Schuchardt heinrich.schuchardt@canonical.com --- board/sandbox/sandbox.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/board/sandbox/sandbox.c b/board/sandbox/sandbox.c index ca9a2ca5b1..38cfa0832d 100644 --- a/board/sandbox/sandbox.c +++ b/board/sandbox/sandbox.c @@ -129,7 +129,7 @@ int extension_board_scan(struct list_head *extension_list) snprintf(extension->name, sizeof(extension->name), "extension board %d", i); snprintf(extension->owner, sizeof(extension->owner), "sandbox"); snprintf(extension->version, sizeof(extension->version), "1.1"); - snprintf(extension->other, sizeof(extension->other), "Fictionnal extension board"); + snprintf(extension->other, sizeof(extension->other), "Fictional extension board"); list_add_tail(&extension->list, extension_list); }

On Sun, 16 Oct 2022 at 14:17, Heinrich Schuchardt heinrich.schuchardt@canonical.com wrote:
%s/Fictionnal/Fictional/
Signed-off-by: Heinrich Schuchardt heinrich.schuchardt@canonical.com
board/sandbox/sandbox.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
Reviewed-by: Simon Glass sjg@chromium.org

On Sun, 16 Oct 2022 at 14:17, Heinrich Schuchardt heinrich.schuchardt@canonical.com wrote:
%s/Fictionnal/Fictional/
Signed-off-by: Heinrich Schuchardt heinrich.schuchardt@canonical.com
board/sandbox/sandbox.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
Reviewed-by: Simon Glass sjg@chromium.org
Applied to u-boot-dm, thanks!
participants (2)
-
Heinrich Schuchardt
-
Simon Glass