Skip to content

Commit a9231fd

Browse files
Fix typo (#1074)
Tring -> Trying
1 parent 0e5c954 commit a9231fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ try_wget() {
2222
}
2323

2424
download() {
25-
echo "Tring download bin/${name} ${version}..."
25+
echo "Trying download bin/${name} ${version}..."
2626
url=https://github.com/autozimu/LanguageClient-neovim/releases/download/$version/${1}
2727
if (try_curl "$url" || try_wget "$url"); then
2828
chmod a+x bin/$name

0 commit comments

Comments
 (0)