1
0
mirror of https://github.com/pyenv/pyenv.git synced 2025-11-16 07:13:53 -05:00

README.md, CHANGELOG.md, libexec/pyenv-help: Fix typos

This commit is contained in:
SADIK KUZU
2022-05-08 09:46:47 +03:00
committed by GitHub
parent 86598fcf4e
commit 169321b3e6
3 changed files with 4 additions and 4 deletions

View File

@@ -44,7 +44,7 @@ extract_initial_comment_block() {
}
collect_documentation() {
# `tail` prevents "broken pipe" errors due to `head` closing thge pipe without reading everything
# `tail` prevents "broken pipe" errors due to `head` closing the pipe without reading everything
# https://superuser.com/questions/554855/how-can-i-fix-a-broken-pipe-error/642932#642932
$(type -P gawk awk | tail -n +1 | head -1) '
/^Summary:/ {