Skip to content
This repository has been archived by the owner on Jul 27, 2019. It is now read-only.

Commit

Permalink
Typo fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
cnaude committed Mar 16, 2015
1 parent 00feb24 commit 235f371
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -28,7 +28,7 @@ public class UpdateCheck implements IRCCommandInterface {

private final PurpleIRC plugin;
private final String usage = "[stable|dev]";
private final String desc = "Ceck for latest updates.";
private final String desc = "Check for the latest updates.";
private final String name = "updatecheck";
private final String fullUsage = ChatColor.WHITE + "Usage: " + ChatColor.GOLD + "/irc " + name + " " + usage;

Expand Down

0 comments on commit 235f371

Please sign in to comment.