diff --git a/server.go b/server.go index 95594aa8fd..4e371ee2d7 100644 --- a/server.go +++ b/server.go @@ -2733,7 +2733,7 @@ type Results struct { Err error } -// MarshalJSON encodes a Results stuct into JSON. +// MarshalJSON encodes a Results struct into JSON. func (r Results) MarshalJSON() ([]byte, error) { // Define a struct that outputs "error" as a string. var o struct {