mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
core.storagemanager: s/Multilpe/Multiple/ [codespell]
This commit is contained in:
parent
cd641dca64
commit
4ecda569bd
1 changed files with 1 additions and 1 deletions
|
@ -383,7 +383,7 @@ describe("storagemanager", function ()
|
|||
end);
|
||||
|
||||
it("by multiple ids", function ()
|
||||
assert.truthy(archive.caps and archive.caps.ids, "Multilpe ID query")
|
||||
assert.truthy(archive.caps and archive.caps.ids, "Multiple ID query")
|
||||
local data, err = archive:find("user", {
|
||||
["ids"] = {
|
||||
test_data[2][1];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue