Skip to content

Commit 70bcddf

Browse files
committed
fix(crypto): Fix spelling error in a warning message.
1 parent 3c48459 commit 70bcddf

File tree

1 file changed

+1
-1
lines changed
  • crates/matrix-sdk-crypto/src/store

1 file changed

+1
-1
lines changed

crates/matrix-sdk-crypto/src/store/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ impl KeyQueryManager {
215215
Err(_) => {
216216
warn!(
217217
user_id = ?user,
218-
"The user has a pending `/key/query` request which did \
218+
"The user has a pending `/keys/query` request which did \
219219
not finish yet, some devices might be missing."
220220
);
221221

0 commit comments

Comments
 (0)