From 1ad005ec6f5b7e60ce4b6c4f793fd42b90871eb8 Mon Sep 17 00:00:00 2001 From: sponge <sponge@mail.i2p> Date: Thu, 10 Feb 2011 20:47:17 +0000 Subject: [PATCH] Minor spelling corrections in comments, no new code. --- apps/BOB/src/net/i2p/BOB/DoCMDS.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/BOB/src/net/i2p/BOB/DoCMDS.java b/apps/BOB/src/net/i2p/BOB/DoCMDS.java index 81c29cc037..e070826d05 100644 --- a/apps/BOB/src/net/i2p/BOB/DoCMDS.java +++ b/apps/BOB/src/net/i2p/BOB/DoCMDS.java @@ -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."}, @@ -962,7 +962,7 @@ public class DoCMDS implements Runnable { } catch (Exception e) { break die; } -// Finally say OK. + // Finally say OK. out.println("OK Nickname set to " + Arg); } @@ -1472,7 +1472,7 @@ public class DoCMDS implements Runnable { } // die out.print("ERROR A really bad error just happened, "); } // quit -// Say goodbye. + // Say goodbye. out.println("OK Bye!"); -- GitLab