Software /
code /
prosody
Diff
util/datamanager.lua @ 12387:05c250fa335a
Spelling: Fix various spelling mistakes (thanks timeless)
Words, sometimes I wonder how they even work
Maybe I missed something.
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Mon, 07 Mar 2022 00:13:56 +0100 |
parent | 11369:87105a9a11df |
child | 12388:50fcd3879482 |
line wrap: on
line diff
--- a/util/datamanager.lua Sun Mar 06 15:13:50 2022 +0100 +++ b/util/datamanager.lua Mon Mar 07 00:13:56 2022 +0100 @@ -222,7 +222,7 @@ 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-exisitng files + -- platform independent way of checking for non-existing files until ok; return true; end @@ -290,7 +290,7 @@ 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-exisitng files + -- platform independent way of checking for non-existing files return true; end