Minor spelling corrections in comments, no new code.

This commit is contained in:
sponge
2011-02-10 20:47:17 +00:00
parent 8d15bb4a38
commit 1ad005ec6f

View File

@ -107,7 +107,7 @@ public class DoCMDS implements Runnable {
private static final String C_visit = "visit";
private static final String C_zap = "zap";
/* all the coomands available, plus description */
/* all the commands available, plus description */
private static final String C_ALL[][] = {
{C_help, C_help + " <command> * Get help on a command."},
{C_clear, C_clear + " * Clear the current nickname out of the list."},