Fixed typos.

This commit is contained in:
Erik C. Thauvin 2015-11-09 00:39:11 -08:00
parent 30f432390e
commit cdb50c576d
4 changed files with 14 additions and 7 deletions

View file

@ -103,7 +103,9 @@
<option name="ADDITIONAL_OPTIONS_STRING" value="" />
<option name="MAXIMUM_HEAP_SIZE" value="128" />
</component>
<component name="Encoding" useUTFGuessing="true" native2AsciiForPropertiesFiles="false" />
<component name="Encoding" useUTFGuessing="true" native2AsciiForPropertiesFiles="false">
<file url="PROJECT" charset="UTF-8" />
</component>
<component name="EntryPointsManager">
<entry_points version="2.0" />
</component>
@ -127,6 +129,11 @@
<option value="$PROJECT_DIR$" />
</set>
</option>
<option name="myModules">
<set>
<option value="$PROJECT_DIR$" />
</set>
</option>
</GradleProjectSettings>
</option>
</component>

View file

@ -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.
*/

View file

@ -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.
*/

View file

@ -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 + " <command>"));
send(sender, "The commands are:");