[PATCH 1/1] sandbox: typo Fictionnal
Heinrich Schuchardt
heinrich.schuchardt at canonical.com
Sun Oct 16 22:17:46 CEST 2022
%s/Fictionnal/Fictional/
Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt at 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);
}
--
2.37.2
More information about the U-Boot
mailing list