%s/Fictionnal/Fictional/

Signed-off-by: Heinrich Schuchardt <heinrich.schucha...@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

Reply via email to