Fix typo in exit_status (#934)

fix: typo in exit_status
This commit is contained in:
Alexandre Veyrenc
2024-10-08 02:52:36 +02:00
committed by GitHub
parent 0854f9c559
commit 9767e4169c
2 changed files with 7 additions and 7 deletions

View File

@@ -249,10 +249,10 @@ _version: 2
en: "The Ultimate vimrc"
"vim binary might be actually nvim":
en: "vim binary might be actually nvim"
"`{process}` failed: {exit_satus}":
en: "`%{process}` failed: %{exit_satus}"
"`{process}` failed: {exit_satus} with {output}":
en: "`%{process}` failed: %{exit_satus} with %{output}"
"`{process}` failed: {exit_status}":
en: "`%{process}` failed: %{exit_status}"
"`{process}` failed: {exit_status} with {output}":
en: "`%{process}` failed: %{exit_status} with %{output}"
"Unknown Linux Distribution":
en: "Unknown Linux Distribution"
'File "/etc/os-release" does not exist or is empty':
@@ -304,4 +304,4 @@ _version: 2
"Could not find Topgrade in any WSL disribution":
en: "Could not find Topgrade in any WSL disribution"
"Windows Update":
en: "Windows Update"
en: "Windows Update"