Skip to content

Commit

Permalink
Merge pull request #4 from deletescape/pronoun-fix
Browse files Browse the repository at this point in the history
Fix use of pronouns
  • Loading branch information
Krzmbrzl authored Jan 6, 2022
2 parents a01b4f2 + ca56cf3 commit 7c3435d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions establishing_connection.rst
Original file line number Diff line number Diff line change
Expand Up @@ -221,11 +221,11 @@ currently on the server, including the user that is currently connecting.
Server sync
-----------

The client has now received a copy of the parts of the server state he
The client has now received a copy of the parts of the server state it
needs to know about. To complete the synchronization the server transmits
a ServerSync message containing the session id of the clients session,
the maximum bandwidth allowed on this server, the servers welcome text
as well as the permissions the client has in the channel he ended up.
as well as the permissions the client has in the channel it ended up in.

For more information pease refer to the Mumble.proto file [#f1]_.

Expand Down
2 changes: 1 addition & 1 deletion voice_data.rst
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ Whispering

Normal talking can be heard by the users of the current channel and all linked
channels as long as the speaker has Talk permission on these channels. If the
speaker wishes to broadcast the voice to specific users or channels, he may
speaker wishes to broadcast the voice to specific users or channels, they may
use whispering. This is achieved by registering a voice target using the
VoiceTarget message and specifying the target ID as the target in the first
byte of the UDP packet.
Expand Down

0 comments on commit 7c3435d

Please sign in to comment.