fixed misspelling
This commit is contained in:
parent
240492520e
commit
00373be3da
@ -38,7 +38,7 @@ func (c *ClientID) Valid() (bool, string) {
|
|||||||
case "robot", "spectator":
|
case "robot", "spectator":
|
||||||
return true, ""
|
return true, ""
|
||||||
}
|
}
|
||||||
return false, "usergent must be 'robot' or 'spectator'"
|
return false, "useragent must be 'robot' or 'spectator'"
|
||||||
}
|
}
|
||||||
|
|
||||||
type ClientConfig struct {
|
type ClientConfig struct {
|
||||||
|
Loading…
Reference in New Issue
Block a user