west: Fix a typo in the fish completion script
In the `help` command, 'status' was written 'statue'.
Signed-off-by: Théo Battrel <theo.util@protonmail.ch>
diff --git a/scripts/west_commands/completion/west-completion.fish b/scripts/west_commands/completion/west-completion.fish
index b8fc9cf..92dbc65 100644
--- a/scripts/west_commands/completion/west-completion.fish
+++ b/scripts/west_commands/completion/west-completion.fish
@@ -162,7 +162,7 @@
"list" "print information about projects" \
"manifest" "manage the west manifest" \
"diff" '"git diff" for one or more projects' \
- "statue" '"git status" for one or more projects' \
+ "status" '"git status" for one or more projects' \
"forall" "run a command in one or more local projects" \
"config" "get or set config file values" \
"topdir" "print the top level directory of the workspace" \