Comment typo

Co-authored-by: J. Ryan Stinnett <jryans@gmail.com>
pull/21833/head
David Baker 2020-12-21 11:21:41 +00:00 committed by GitHub
parent 12474bb434
commit 68c5482c05
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -618,7 +618,7 @@ export default class CallHandler {
}
/**
* @returns true if we are currently in anu call where we haven't put the remote party on hold
* @returns true if we are currently in any call where we haven't put the remote party on hold
*/
hasAnyUnheldCall() {
for (const call of this.calls.values()) {