util.prosodyctl.check: Fix typo in informational message

This commit is contained in:
Matthew Wild 2025-02-16 14:17:11 +00:00
parent 573e9f2716
commit f7f794c5c6

View file

@ -1524,7 +1524,7 @@ local function check(arg)
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