1
0
mirror of https://github.com/Mrs4s/go-cqhttp.git synced 2025-05-05 03:23:49 +08:00

Merge pull request #550 from Ink-33/patch-1

Fix misspell
This commit is contained in:
Mrs4s 2021-01-11 00:53:32 +08:00 committed by GitHub
commit 38a2c3a945
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
}
// 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)
if err != nil {