fixed misspelling

This commit is contained in:
Stephen McQuay 2014-03-10 00:03:51 -07:00
parent 240492520e
commit 00373be3da
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ func (c *ClientID) Valid() (bool, string) {
case "robot", "spectator":
return true, ""
}
return false, "usergent must be 'robot' or 'spectator'"
return false, "useragent must be 'robot' or 'spectator'"
}
type ClientConfig struct {