# HG changeset patch # User Matthew Wild # Date 1739715431 0 # Node ID 8bf5d07e37969156312139cd967961433e4380f6 # Parent c3c4281c13392a39b5919b6e82578a2c7e5cf1af util.prosodyctl.check: Fix typo in informational message diff -r c3c4281c1339 -r 8bf5d07e3796 util/prosodyctl/check.lua --- a/util/prosodyctl/check.lua Sun Feb 16 13:32:59 2025 +0000 +++ b/util/prosodyctl/check.lua Sun Feb 16 14:17:11 2025 +0000 @@ -1524,7 +1524,7 @@ end end print(""); - print("", "", "If you have already configured any these components, they may not be"); + print("", "", "If you have already configured any of these components, they may not be"); print("", "", "linked correctly to "..host..". For more info see https://prosody.im/doc/components"); end if feature.lacking_component_modules then