@@ -241,7 +241,7 @@ func (s *Server) FederationClient(deployment FederationDeployment) fclient.Feder
241241// for any sent PDUs. Times out after 10 seconds.
242242//
243243// Args:
244- // - `destination`: This should be a resolvable addresses within the deployment network.
244+ // - `destination`: This should be a resolvable address within the deployment network.
245245func (s * Server ) MustSendTransaction (t ct.TestLike , deployment FederationDeployment , destination spec.ServerName , pdus []json.RawMessage , edus []gomatrixserverlib.EDU ) {
246246 t .Helper ()
247247 fedClient := s .FederationClient (deployment )
@@ -361,7 +361,7 @@ func (s *Server) MustCreateEvent(t ct.TestLike, room *ServerRoom, ev Event) goma
361361// It returns the resultant room.
362362//
363363// Args:
364- // - `remoteServer`: This should be a resolvable addresses within the deployment network.
364+ // - `remoteServer`: This should be a resolvable address within the deployment network.
365365func (s * Server ) MustJoinRoom (t ct.TestLike , deployment FederationDeployment , remoteServer spec.ServerName , roomID string , userID string , opts ... JoinRoomOpt ) * ServerRoom {
366366 t .Helper ()
367367 var jr joinRoom
@@ -446,7 +446,7 @@ func (s *Server) MustJoinRoom(t ct.TestLike, deployment FederationDeployment, re
446446// Leaves a room. If this is rejecting an invite then a make_leave request is made first, before send_leave.
447447//
448448// Args:
449- // - `remoteServer`: This should be a resolvable addresses within the deployment network.
449+ // - `remoteServer`: This should be a resolvable address within the deployment network.
450450func (s * Server ) MustLeaveRoom (t ct.TestLike , deployment FederationDeployment , remoteServer spec.ServerName , roomID string , userID string ) {
451451 t .Helper ()
452452 origin := spec .ServerName (s .serverName )
0 commit comments