aboutsummaryrefslogtreecommitdiffstats
path: root/util/datamanager.lua
diff options
context:
space:
mode:
authorKim Alvefur <zash@zash.se>2019-05-03 20:54:24 +0200
committerKim Alvefur <zash@zash.se>2019-05-03 20:54:24 +0200
commitf65c017ee107f86b353d5931e85a70e8c6067f1f (patch)
tree9c43d95649714eb15f29bd1d99b00c9cbb2fcf8d /util/datamanager.lua
parent6d6eefea93711449a6a72ca63b597c9016f19b58 (diff)
downloadprosody-f65c017ee107f86b353d5931e85a70e8c6067f1f.tar.gz
prosody-f65c017ee107f86b353d5931e85a70e8c6067f1f.zip
Fix various spelling mistakes [codespell]
Diffstat (limited to 'util/datamanager.lua')
-rw-r--r--util/datamanager.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/datamanager.lua b/util/datamanager.lua
index cf96887b..b52c77fa 100644
--- a/util/datamanager.lua
+++ b/util/datamanager.lua
@@ -24,7 +24,7 @@ local t_concat = table.concat;
local envloadfile = require"util.envload".envloadfile;
local serialize = require "util.serialization".serialize;
local lfs = require "lfs";
--- Extract directory seperator from package.config (an undocumented string that comes with lua)
+-- Extract directory separator from package.config (an undocumented string that comes with lua)
local path_separator = assert ( package.config:match ( "^([^\n]+)" ) , "package.config not in standard form" )
local prosody = prosody;