Correct technical typo.

This commit is contained in:
Andrew Steinborn
2018-11-14 00:29:51 -05:00
parent c94794a845
commit 6354f10874

View File

@@ -39,7 +39,7 @@ public class JavaPluginLoader implements PluginLoader {
Optional<SerializedPluginDescription> serialized = getSerializedPluginInfo(source);
if (!serialized.isPresent()) {
throw new InvalidPluginException("Did not find a valid velocity-info.json.");
throw new InvalidPluginException("Did not find a valid velocity-plugin.json.");
}
SerializedPluginDescription pd = serialized.get();