Fix a typo in some Javadocs.

This commit is contained in:
sk89q 2014-08-14 02:46:19 -07:00
parent e24d7ccb10
commit 709ce9eb08

View File

@ -68,7 +68,7 @@ public GlobalRegionManager(WorldGuardPlugin plugin, RegionContainer container) {
* has been disabled.</p> * has been disabled.</p>
* *
* @param world the world * @param world the world
* @return a region manager, or {@code null} if one is not availale * @return a region manager, or {@code null} if one is not available
*/ */
@Nullable @Nullable
public RegionManager get(World world) { public RegionManager get(World world) {