fixed negotiate misspelling

This commit is contained in:
sm
2016-07-13 12:31:28 -06:00
parent 50be2c5b88
commit 3668c09235
3 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -36,9 +36,9 @@ func main() {
Player: client.Spectator{},
}
var err error
err = c.Negociate("spectator")
err = c.Negotiate("spectator")
if err != nil {
fmt.Fprintf(os.Stderr, "%s: failed to negociate: %s\n", c.Name, err)
fmt.Fprintf(os.Stderr, "%s: failed to negotiate: %s\n", c.Name, err)
os.Exit(1)
}