diff --git a/mobibot.ipr b/mobibot.ipr
index f85427e..30be848 100644
--- a/mobibot.ipr
+++ b/mobibot.ipr
@@ -103,7 +103,9 @@
-
+
+
+
@@ -127,6 +129,11 @@
+
diff --git a/src/main/java/net/thauvin/erik/mobibot/DeliciousPoster.java b/src/main/java/net/thauvin/erik/mobibot/DeliciousPoster.java
index 0abbb68..b5bd726 100644
--- a/src/main/java/net/thauvin/erik/mobibot/DeliciousPoster.java
+++ b/src/main/java/net/thauvin/erik/mobibot/DeliciousPoster.java
@@ -51,7 +51,7 @@ class DeliciousPoster
/**
* Creates a new {@link DeliciousPoster} instance.
*
- * @param username The del.icio.us username.
+ * @param username The del.icio.us user name.
* @param password The del.icio.us password.
* @param ircServer The IRC server.
*/
diff --git a/src/main/java/net/thauvin/erik/mobibot/EntryLink.java b/src/main/java/net/thauvin/erik/mobibot/EntryLink.java
index 08344f6..bcfe220 100644
--- a/src/main/java/net/thauvin/erik/mobibot/EntryLink.java
+++ b/src/main/java/net/thauvin/erik/mobibot/EntryLink.java
@@ -306,7 +306,7 @@ public class EntryLink implements Serializable
}
/**
- * Return's the comment's author login.
+ * Returns the comment's author login.
*
* @return The login;
*/
@@ -316,7 +316,7 @@ public class EntryLink implements Serializable
}
/**
- * Set the comment's author login.
+ * Sets the comment's author login.
*
* @param login The new login.
*/
diff --git a/src/main/java/net/thauvin/erik/mobibot/Mobibot.java b/src/main/java/net/thauvin/erik/mobibot/Mobibot.java
index 5137b08..8fe9503 100644
--- a/src/main/java/net/thauvin/erik/mobibot/Mobibot.java
+++ b/src/main/java/net/thauvin/erik/mobibot/Mobibot.java
@@ -677,7 +677,7 @@ public class Mobibot extends PircBot
/**
* Sets the del.icio.us authentication.
*
- * @param username The del.icio.us username.
+ * @param username The del.icio.us user name.
* @param password The del.icio.us password.
*/
private void setDeliciousAuth(String username, String password)
@@ -733,7 +733,7 @@ public class Mobibot extends PircBot
* Set the {@link Commands#TELL_CMD} parameters
*
* @param tellMaxDays The max number of days to hold messages for.
- * @param tellMaxSize The maximmm number of messages to hold
+ * @param tellMaxSize The maximum number of messages to hold
*/
private void setTell(int tellMaxDays, int tellMaxSize)
{
@@ -1261,7 +1261,7 @@ public class Mobibot extends PircBot
else
{
send(sender, Utils.bold("Type a URL on " + channel + " to post it."));
- send(sender, "For more information on specific command, type:");
+ send(sender, "For more information on a specific command, type:");
send(sender, helpIndent(getNick() + ": " + Commands.HELP_CMD + " "));
send(sender, "The commands are:");