aboutsummaryrefslogtreecommitdiff
path: root/lib/olm/qolmaccount.cpp
diff options
context:
space:
mode:
authorCarl Schwan <carl@carlschwan.eu>2021-01-24 18:02:09 +0100
committerTobias Fella <fella@posteo.de>2021-12-01 21:34:52 +0100
commit0b2b70ac815f48fd83424c282fcf50ef97b08a7b (patch)
treeb17e29ba3edd759c859e0b519290c338045a78f3 /lib/olm/qolmaccount.cpp
parent5b072f7d2519df4c60cc6ae4ce728e99a09d8d44 (diff)
downloadlibquotient-0b2b70ac815f48fd83424c282fcf50ef97b08a7b.tar.gz
libquotient-0b2b70ac815f48fd83424c282fcf50ef97b08a7b.zip
Fix documentation typos
Co-authored-by: Tobias Fella <9750016+TobiasFella@users.noreply.github.com>
Diffstat (limited to 'lib/olm/qolmaccount.cpp')
-rw-r--r--lib/olm/qolmaccount.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/olm/qolmaccount.cpp b/lib/olm/qolmaccount.cpp
index 89d82832..742d7d18 100644
--- a/lib/olm/qolmaccount.cpp
+++ b/lib/olm/qolmaccount.cpp
@@ -30,7 +30,7 @@ bool operator==(const IdentityKeys& lhs, const IdentityKeys& rhs)
return lhs.curve25519 == rhs.curve25519 &&& lhs.ed25519 == rhs.ed25519;
}
-// Conver olm error to enum
+// Convert olm error to enum
OlmError lastError(OlmAccount *account) {
const std::string error_raw = olm_account_last_error(account);