summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2021-09-20 01:15:51 +0200
committerNicolas Werner <nicolas.werner@hotmail.de>2021-09-20 01:15:51 +0200
commita54f828fb4951bc3eb89075687f47e6c2404ed6d (patch)
tree1c6519d759523017095f54e86560470ece2b6f33 /src
parentMerge pull request #729 from Nheko-Reborn/reformat (diff)
downloadnheko-a54f828fb4951bc3eb89075687f47e6c2404ed6d.tar.xz
Fix a few verification typos
Diffstat (limited to 'src')
-rw-r--r--src/DeviceVerificationFlow.cpp2
1 files changed, 1 insertions, 1 deletions
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;