# HG changeset patch
# User Kim Alvefur <zash@zash.se>
# Date 1638306240 -3600
# Node ID d4730ae60226039dc86687257f654259cbe4f348
# Parent  520ce76440adab911551a87d4680b25ccb776eb2
util.dependencies: Fix typo (thanks jonas’)

vim> Change "sevral" to:
 1 "several"
 2 "sacral"
 3 "spiral"
 4 "feral"
 5 "serial"
jonas’> I choose 4.

diff -r 520ce76440ad -r d4730ae60226 util/dependencies.lua
--- a/util/dependencies.lua	Tue Nov 30 18:19:40 2021 +0100
+++ b/util/dependencies.lua	Tue Nov 30 22:04:00 2021 +0100
@@ -156,7 +156,7 @@
 	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