diff --git a/src/github.com/matrix-org/dendrite/clientapi/routing/room_tagging.go b/src/github.com/matrix-org/dendrite/clientapi/routing/room_tagging.go index 42f73e6fa..ca4bd732e 100644 --- a/src/github.com/matrix-org/dendrite/clientapi/routing/room_tagging.go +++ b/src/github.com/matrix-org/dendrite/clientapi/routing/room_tagging.go @@ -26,7 +26,7 @@ import ( "github.com/matrix-org/util" ) -// MewMTag creates and returns a new MTag type variable +// NewMTag creates and returns a new MTag type variable func NewMTag() common.MTag { return common.MTag{ Tags: make(map[string]common.TagProperties),