Merge pull request #47 from iotahacodes/patch-1

Fix spelling: "somthing" >> "something"
This commit is contained in:
victor 2020-08-11 19:43:23 +04:30 committed by GitHub
commit 41ddd2b830
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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
}
}