Grammar fix for command_setlevel.java (#156)

I catch these as I edit my own fork, I've made one or two other error pulls. If these are annoying or unnecessary, let me know
This commit is contained in:
Will Swoveland 2019-11-20 21:13:56 -08:00 committed by Robinson Gallego
parent b3f785beb9
commit fd809a0d33

View File

@ -7,7 +7,7 @@ import org.bukkit.command.CommandSender;
import org.bukkit.entity.Player;
@CommandPermissions(level = Rank.OP, source = SourceType.ONLY_IN_GAME)
@CommandParameters(description = "Sets your expierence level.", usage = "/<command> [level]")
@CommandParameters(description = "Sets your experience level.", usage = "/<command> [level]")
public class Command_setlevel extends FreedomCommand
{