Merge pull request #47 from iotahacodes/patch-1
Fix spelling: "somthing" >> "something"
This commit is contained in:
commit
41ddd2b830
|
@ -258,7 +258,7 @@ function download_component(){
|
|||
local tout=0
|
||||
while true;do
|
||||
if [ $tout -ge 2 ];then
|
||||
error "sorry somthing went wrong during download $4"
|
||||
error "sorry something went wrong during download $4"
|
||||
fi
|
||||
if [ -f $1 ];then
|
||||
local FILE_ID=$(md5sum $1 | cut -d" " -f1)
|
||||
|
@ -381,4 +381,4 @@ function load_paths(){
|
|||
SCR_PATH=$(head -n 1 "$datafile")
|
||||
CACHE_PATH=$(tail -n 1 "$datafile")
|
||||
unset datafile
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue