mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-10 21:11:15 -03:00
completions/help: correct the spelling of "redirection"
Closes #11839
(cherry picked from commit 568b4a22f9)
This commit is contained in:
committed by
Johannes Altmanninger
parent
bb61c948af
commit
03f4bf262a
2
po/de.po
2
po/de.po
@@ -3035,7 +3035,7 @@ msgstr ""
|
||||
msgid "802.1p priority to set"
|
||||
msgstr ""
|
||||
|
||||
msgid "< and > redirectoins"
|
||||
msgid "< and > redirections"
|
||||
msgstr ""
|
||||
|
||||
msgid "<CMD> Command to execute"
|
||||
|
||||
2
po/en.po
2
po/en.po
@@ -3031,7 +3031,7 @@ msgstr ""
|
||||
msgid "802.1p priority to set"
|
||||
msgstr ""
|
||||
|
||||
msgid "< and > redirectoins"
|
||||
msgid "< and > redirections"
|
||||
msgstr ""
|
||||
|
||||
msgid "<CMD> Command to execute"
|
||||
|
||||
2
po/fr.po
2
po/fr.po
@@ -3132,7 +3132,7 @@ msgstr ""
|
||||
msgid "802.1p priority to set"
|
||||
msgstr ""
|
||||
|
||||
msgid "< and > redirectoins"
|
||||
msgid "< and > redirections"
|
||||
msgstr ""
|
||||
|
||||
msgid "<CMD> Command to execute"
|
||||
|
||||
2
po/pl.po
2
po/pl.po
@@ -3027,7 +3027,7 @@ msgstr ""
|
||||
msgid "802.1p priority to set"
|
||||
msgstr ""
|
||||
|
||||
msgid "< and > redirectoins"
|
||||
msgid "< and > redirections"
|
||||
msgstr ""
|
||||
|
||||
msgid "<CMD> Command to execute"
|
||||
|
||||
@@ -3032,7 +3032,7 @@ msgstr ""
|
||||
msgid "802.1p priority to set"
|
||||
msgstr ""
|
||||
|
||||
msgid "< and > redirectoins"
|
||||
msgid "< and > redirections"
|
||||
msgstr ""
|
||||
|
||||
msgid "<CMD> Command to execute"
|
||||
|
||||
2
po/sv.po
2
po/sv.po
@@ -3030,7 +3030,7 @@ msgstr ""
|
||||
msgid "802.1p priority to set"
|
||||
msgstr ""
|
||||
|
||||
msgid "< and > redirectoins"
|
||||
msgid "< and > redirections"
|
||||
msgstr ""
|
||||
|
||||
msgid "<CMD> Command to execute"
|
||||
|
||||
@@ -3030,7 +3030,7 @@ msgstr ""
|
||||
msgid "802.1p priority to set"
|
||||
msgstr ""
|
||||
|
||||
msgid "< and > redirectoins"
|
||||
msgid "< and > redirections"
|
||||
msgstr ""
|
||||
|
||||
msgid "<CMD> Command to execute"
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user