Fix typo in comments.

This commit is contained in:
Doug
2021-07-09 17:58:27 +01:00
committed by GitHub
parent 4b1e2e85f5
commit e7371325d7
@@ -242,8 +242,8 @@ final class KeyVerificationVerifyByScanningViewController: UIViewController {
self.stopQRCodeScanningIfPresented()
// if we're verifying with someone else, let the user know threy cancelled.
// if we're verifying our own device, assume the user probably knows since it them who
// if we're verifying with someone else, let the user know they cancelled.
// if we're verifying our own device, assume the user probably knows since it was them who
// cancelled on their other device
if verificationKind == .user {
self.errorPresenter.presentError(from: self.alertPresentingViewController, title: "", message: VectorL10n.deviceVerificationCancelled, animated: true) {