string fixups

This commit is contained in:
NotAFile 2020-01-31 23:05:47 +01:00
parent c8f4f4a151
commit f3107e2d6b
3 changed files with 4 additions and 4 deletions

View File

@ -24,7 +24,7 @@ behalf of the client.
is supposed to run as your own user and listen to connections on a
non-privileged port. A client needs to log in using the standard Matrix HTTP
calls to register itself to the daemon, such a registered user is called a pan
user and will have his own sync loop to keep up with the server. Multiple matrix
user and will have it's own sync loop to keep up with the server. Multiple matrix
clients can connect and use the same pan user.
.Pp
If user interaction is required

View File

@ -24,7 +24,7 @@ behalf of the client.
is supposed to run as your own user and listen to connections on a
non-privileged port. A client needs to log in using the standard Matrix HTTP
calls to register itself to the daemon, such a registered user is called a pan
user and will have his own sync loop to keep up with the server. Multiple matrix
user and will have it's own sync loop to keep up with the server. Multiple matrix
clients can connect and use the same pan user.
If user interaction is required

View File

@ -338,7 +338,7 @@ class PanCtl:
"List the configured homeservers and pan users on each homeserver."
),
"list-devices": (
"List the devices of a user that are known to the " "pan-user."
"List the devices of a user that are known to the pan-user."
),
"start-verification": (
"Start an interactive key verification between "
@ -466,7 +466,7 @@ class PanCtl:
def show_sas_invite(self, pan_user, user_id, device_id, _):
print(
f"{user_id} has started an interactive device "
f"verification for his device {device_id} with pan user "
f"verification for their device {device_id} with pan user "
f"{pan_user}\n"
f"Accept the invitation with the accept-verification command."
)