completions/help: correct the spelling of "redirection"

Closes #11839

(cherry picked from commit 568b4a22f9)
This commit is contained in:
Integral
2025-09-30 13:27:57 +08:00
committed by Johannes Altmanninger
parent bb61c948af
commit 03f4bf262a
8 changed files with 8 additions and 8 deletions

View File

@@ -3035,7 +3035,7 @@ msgstr ""
msgid "802.1p priority to set"
msgstr ""
msgid "< and > redirectoins"
msgid "< and > redirections"
msgstr ""
msgid "<CMD> Command to execute"

View File

@@ -3031,7 +3031,7 @@ msgstr ""
msgid "802.1p priority to set"
msgstr ""
msgid "< and > redirectoins"
msgid "< and > redirections"
msgstr ""
msgid "<CMD> Command to execute"

View File

@@ -3132,7 +3132,7 @@ msgstr ""
msgid "802.1p priority to set"
msgstr ""
msgid "< and > redirectoins"
msgid "< and > redirections"
msgstr ""
msgid "<CMD> Command to execute"

View File

@@ -3027,7 +3027,7 @@ msgstr ""
msgid "802.1p priority to set"
msgstr ""
msgid "< and > redirectoins"
msgid "< and > redirections"
msgstr ""
msgid "<CMD> Command to execute"

View File

@@ -3032,7 +3032,7 @@ msgstr ""
msgid "802.1p priority to set"
msgstr ""
msgid "< and > redirectoins"
msgid "< and > redirections"
msgstr ""
msgid "<CMD> Command to execute"

View File

@@ -3030,7 +3030,7 @@ msgstr ""
msgid "802.1p priority to set"
msgstr ""
msgid "< and > redirectoins"
msgid "< and > redirections"
msgstr ""
msgid "<CMD> Command to execute"

View File

@@ -3030,7 +3030,7 @@ msgstr ""
msgid "802.1p priority to set"
msgstr ""
msgid "< and > redirectoins"
msgid "< and > redirections"
msgstr ""
msgid "<CMD> Command to execute"

View File

@@ -122,7 +122,7 @@ complete -c help -x -a exporting-variables -d "What set -x does"
complete -c help -x -a functions -d "How to define functions"
complete -c help -x -a home-directory-expansion -d "~ expansion"
complete -c help -x -a index-range-expansion -d "var[x..y] slices"
complete -c help -x -a input-output-redirection -d "< and > redirectoins"
complete -c help -x -a input-output-redirection -d "< and > redirections"
complete -c help -x -a lists -d "Variables with multiple elements"
complete -c help -x -a loops-and-blocks -d "while, for and begin"
complete -c help -x -a more-on-universal-variables