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="ADDITIONAL_OPTIONS_STRING" value="" />
<option name="MAXIMUM_HEAP_SIZE" value="128" /> <option name="MAXIMUM_HEAP_SIZE" value="128" />
</component> </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"> <component name="EntryPointsManager">
<entry_points version="2.0" /> <entry_points version="2.0" />
</component> </component>
@ -127,6 +129,11 @@
<option value="$PROJECT_DIR$" /> <option value="$PROJECT_DIR$" />
</set> </set>
</option> </option>
<option name="myModules">
<set>
<option value="$PROJECT_DIR$" />
</set>
</option>
</GradleProjectSettings> </GradleProjectSettings>
</option> </option>
</component> </component>

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; * @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. * @param login The new login.
*/ */

View file

@ -733,7 +733,7 @@ public class Mobibot extends PircBot
* Set the {@link Commands#TELL_CMD} parameters * Set the {@link Commands#TELL_CMD} parameters
* *
* @param tellMaxDays The max number of days to hold messages for. * @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) private void setTell(int tellMaxDays, int tellMaxSize)
{ {
@ -1261,7 +1261,7 @@ public class Mobibot extends PircBot
else else
{ {
send(sender, Utils.bold("Type a URL on " + channel + " to post it.")); 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, helpIndent(getNick() + ": " + Commands.HELP_CMD + " <command>"));
send(sender, "The commands are:"); send(sender, "The commands are:");