Skip to content
This repository has been archived by the owner on Feb 27, 2023. It is now read-only.

Commit

Permalink
Merge pull request #762 from BingGuanqi/patch-1
Browse files Browse the repository at this point in the history
fix initiliazed => initialized
  • Loading branch information
starnop authored Aug 1, 2019
2 parents 37dd54b + bb85735 commit a8cb7a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dfget/core/uploader/peer_server_executor.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ func StartPeerServerProcess(cfg *config.Config) (port int, err error) {
if defaultExecutor != nil {
return defaultExecutor.StartPeerServerProcess(cfg)
}
return 0, fmt.Errorf("executor of peer server isn't be initiliazed")
return 0, fmt.Errorf("executor of peer server isn't be initialized")
}

// PeerServerExecutor starts an independent peer server process for uploading downloaded files.
Expand Down

0 comments on commit a8cb7a5

Please sign in to comment.