From a54f828fb4951bc3eb89075687f47e6c2404ed6d Mon Sep 17 00:00:00 2001 From: Nicolas Werner Date: Mon, 20 Sep 2021 01:15:51 +0200 Subject: Fix a few verification typos --- src/DeviceVerificationFlow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/DeviceVerificationFlow.cpp b/src/DeviceVerificationFlow.cpp index d4e27022..2481d4f9 100644 --- a/src/DeviceVerificationFlow.cpp +++ b/src/DeviceVerificationFlow.cpp @@ -378,7 +378,7 @@ DeviceVerificationFlow::DeviceVerificationFlow(QObject *, &ChatPage::receivedDeviceVerificationDone, this, [this](const mtx::events::msg::KeyVerificationDone &msg) { - nhlog::crypto()->info("verification: receoved done"); + nhlog::crypto()->info("verification: received done"); if (msg.transaction_id.has_value()) { if (msg.transaction_id.value() != this->transaction_id) return; -- cgit 1.5.1