Skip to content

Commit b4e1d8d

Browse files
author
Ikko Ashimine
authored
chore: fix typo in install.sh
occurances -> occurrences
1 parent 6207a31 commit b4e1d8d

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)