Merge pull request #1856 from maurycy/typos

multi: fix various typos in comments
This commit is contained in:
Olaoluwa Osuntokun
2018-09-27 20:38:10 -07:00
committed by GitHub
24 changed files with 37 additions and 37 deletions

View File

@@ -133,8 +133,8 @@ func (c *Controller) sendCommand(command string) (int, string, error) {
return code, reply, nil
}
// parseTorReply parses the reply from the Tor server after receving a command
// from a controller. This will parse the relevent reply parameters into a map
// parseTorReply parses the reply from the Tor server after receiving a command
// from a controller. This will parse the relevant reply parameters into a map
// of keys and values.
func parseTorReply(reply string) map[string]string {
params := make(map[string]string)