mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
spelling: non-existing mistakes (thanks timeless)
This commit is contained in:
parent
43351d2b54
commit
c9e223e4f7
2 changed files with 3 additions and 3 deletions
|
@ -36,7 +36,7 @@ do -- validate disco_items
|
|||
end
|
||||
|
||||
if module:get_host_type() == "local" then
|
||||
module:add_identity("server", "im", module:get_option_string("name", "Prosody")); -- FIXME should be in the non-existing mod_router
|
||||
module:add_identity("server", "im", module:get_option_string("name", "Prosody")); -- FIXME should be in the nonexisting mod_router
|
||||
end
|
||||
module:add_feature("http://jabber.org/protocol/disco#info");
|
||||
module:add_feature("http://jabber.org/protocol/disco#items");
|
||||
|
|
|
@ -222,7 +222,7 @@ local function store(username, host, datastore, data)
|
|||
os_remove(getpath(username, host, datastore));
|
||||
end
|
||||
-- we write data even when we are deleting because lua doesn't have a
|
||||
-- platform independent way of checking for non-existing files
|
||||
-- platform independent way of checking for nonexisting files
|
||||
until ok;
|
||||
return true;
|
||||
end
|
||||
|
@ -290,7 +290,7 @@ local function list_store(username, host, datastore, data)
|
|||
os_remove(getpath(username, host, datastore, "list"));
|
||||
end
|
||||
-- we write data even when we are deleting because lua doesn't have a
|
||||
-- platform independent way of checking for non-existing files
|
||||
-- platform independent way of checking for nonexisting files
|
||||
return true;
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue