1
0
mirror of https://github.com/Mrs4s/go-cqhttp.git synced 2025-05-07 20:45:53 +08:00

Fix misspell

This commit is contained in:
Ink33 2021-01-09 20:38:33 +08:00 committed by GitHub
parent 1843bd6a4e
commit e03a989083
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -216,7 +216,7 @@ func UpdateFromStream(updateWith io.Reader) (err error, errRecover error) {
return return
} }
// move the new exectuable in to become the new program // move the new executable in to become the new program
err = os.Rename(newPath, updatePath) err = os.Rename(newPath, updatePath)
if err != nil { if err != nil {