Fix typo (fist -> first)

This commit is contained in:
Jose Riha 2022-02-15 09:34:25 +01:00 committed by Fabian Homborg
parent d1600211e5
commit 9d6b8266f4
2 changed files with 2 additions and 6 deletions

View file

@ -18,7 +18,7 @@ msgstr ""
"Project-Id-Version: fish 1.21.8\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-11-13 10:00-0300\n"
"PO-Revision-Date: 2015-10-11 20:35-0300\n"
"PO-Revision-Date: 2022-02-15 13:24+0100\n"
"Last-Translator: Fábio Nogueira <deb-user-ba@ubuntu.com>\n"
"Language-Team: Português Brasileiro <>\n"
"Language: pt_BR\n"
@ -73519,10 +73519,6 @@ msgstr ""
msgid "Precede each output line with count of its occurrence"
msgstr ""
#: /tmp/fish/implicit/share/completions/uniq.fish:14
msgid "Avoid comparing fist N characters"
msgstr ""
#: /tmp/fish/implicit/share/completions/uniq.fish:16
msgid "Case insensitive comparision"
msgstr ""

View file

@ -17,7 +17,7 @@ else # BSD
complete -c uniq -s c -d 'Precede each output line with count of its occurrence'
complete -c uniq -s d -d 'Only print duplicates'
complete -c uniq -s f -d 'Avoid comparing first N fields' -x
complete -c uniq -s s -d 'Avoid comparing fist N characters' -x
complete -c uniq -s s -d 'Avoid comparing first N characters' -x
complete -c uniq -s u -d 'Only print unique lines'
complete -c uniq -s i -d 'Case insensitive comparision'
end