diff --git a/src/github.com/matrix-org/dendrite/clientapi/auth/storage/accounts/filter_table.go b/src/github.com/matrix-org/dendrite/clientapi/auth/storage/accounts/filter_table.go index 5be9edfd2..fdd00617c 100644 --- a/src/github.com/matrix-org/dendrite/clientapi/auth/storage/accounts/filter_table.go +++ b/src/github.com/matrix-org/dendrite/clientapi/auth/storage/accounts/filter_table.go @@ -81,7 +81,7 @@ func (s *filterStatements) selectFilter( return nil, err } - // Unmarshall JSON into Filter struct + // Unmarshal JSON into Filter struct var filter gomatrix.Filter if err = json.Unmarshal(filterData, &filter); err != nil { return nil, err