Skip to content

Commit 3784c04

Browse files
authored
Merge pull request #3025 from eltociear/patch-1
chore: fix typo in install.sh
2 parents 247f11c + 0d584cd commit 3784c04

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

install.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -557,8 +557,8 @@ echoerr() {
557557
echoh "$@" >&2
558558
}
559559

560-
# humanpath replaces all occurances of " $HOME" with " ~"
561-
# and all occurances of '"$HOME' with the literal '"$HOME'.
560+
# humanpath replaces all occurrences of " $HOME" with " ~"
561+
# and all occurrences of '"$HOME' with the literal '"$HOME'.
562562
humanpath() {
563563
sed "s# $HOME# ~#g; s#\"$HOME#\"\$HOME#g"
564564
}

0 commit comments

Comments
 (0)