Comment typo

Co-authored-by: Robin <robin@robin.town>
This commit is contained in:
David Baker 2022-06-01 10:13:20 +01:00 committed by GitHub
parent e9b963080c
commit 64e30c89e3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -55,7 +55,7 @@ export interface PTTState {
transmitBlocked: boolean; transmitBlocked: boolean;
// connected is actually an indication of whether we're connected to the HS // connected is actually an indication of whether we're connected to the HS
// (ie. the client's syncing state) rather than media connection, since // (ie. the client's syncing state) rather than media connection, since
// it's peer to peer so we can't really say once peer is 'disconnected' if // it's peer to peer so we can't really say which peer is 'disconnected' if
// there's only one other person in the call and they've lost Internet. // there's only one other person in the call and they've lost Internet.
connected: boolean; connected: boolean;
} }