util.dependencies: Fix typo (thanks jonas’)

vim> Change "sevral" to:
 1 "several"
 2 "sacral"
 3 "spiral"
 4 "feral"
 5 "serial"
jonas’> I choose 4.
This commit is contained in:
Kim Alvefur 2021-11-30 22:04:00 +01:00
parent 61348c0a7d
commit bdea7033a7

View file

@ -156,7 +156,7 @@ local function log_warnings()
if _VERSION > "Lua 5.4" then
prosody.log("warn", "Support for %s is experimental, please report any issues", _VERSION);
elseif _VERSION < "Lua 5.2" then
prosody.log("warn", "%s has sevral issues and support is being phased out, consider upgrading", _VERSION);
prosody.log("warn", "%s has several issues and support is being phased out, consider upgrading", _VERSION);
end
local ssl = softreq"ssl";
if ssl then