fixed "somthing"

changed to "something" :)
This commit is contained in:
Taha Farahani 2020-08-11 17:51:04 +04:30 committed by GitHub
parent cbefdeb18a
commit 115ff434ff
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)