From 5e5e32fe839e10614f1f9ca5d8c0aaca9bf9277b Mon Sep 17 00:00:00 2001 From: Denis Kasak Date: Tue, 23 Nov 2021 17:14:53 +0000 Subject: [PATCH] fix typo --- tests/test_olm.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_olm.cpp b/tests/test_olm.cpp index ae644e5..9fe35cc 100644 --- a/tests/test_olm.cpp +++ b/tests/test_olm.cpp @@ -438,7 +438,7 @@ TestCase test_case("Fallback key test"); MockRandom mock_random_a('A', 0x00); MockRandom mock_random_b('B', 0x80); -// create a and b acconuts +// create a and b accounts std::vector a_account_buffer(::olm_account_size()); ::OlmAccount *a_account = ::olm_account(a_account_buffer.data()); std::vector a_random(::olm_create_account_random_length(a_account));