Skip to content

Commit

Permalink
Fix spelling libuv
Browse files Browse the repository at this point in the history
  • Loading branch information
byronpc committed Jul 14, 2015
1 parent 7a7435c commit 5c4c0fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ case $OS in
CentOS)
echo "Linux, CentOS"
sudo yum -y install automake cmake gcc-c++ git libtool openssl-devel wget
OUTPUT=`ldconfig -p | grep slibuv`
OUTPUT=`ldconfig -p | grep libuv`
if [[ $(echo $OUTPUT) != "" ]]
then echo "libuv has already been installed"
else
Expand Down

0 comments on commit 5c4c0fc

Please sign in to comment.