Fix some additional documentation typos

Thanks mrfloris

By: md_5 <git@md-5.net>
This commit is contained in:
Bukkit/Spigot
2018-01-15 12:53:01 +11:00
parent 72ce939ef7
commit 70727107ce
13 changed files with 13 additions and 13 deletions

View File

@@ -113,7 +113,7 @@ public interface Plugin extends TabExecutor {
/**
* Called after a plugin is loaded but before it has been enabled.
* <p>
* When mulitple plugins are loaded, the onLoad() for all plugins is
* When multiple plugins are loaded, the onLoad() for all plugins is
* called before any onEnable() is called.
*/
public void onLoad();