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
+1 -1
View File
@@ -62,7 +62,7 @@ func main() {
Player: client.NewSimplePlayer(800, 600),
}
var err error
err = c.Negociate("robot")
err = c.Negotiate("robot")
if err != nil {
fmt.Fprintf(os.Stderr, "%s: failed to negociate: %s\n", c.Name, err)
os.Exit(1)