Fixed typos.
This commit is contained in:
parent
30f432390e
commit
cdb50c576d
4 changed files with 14 additions and 7 deletions
|
@ -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>
|
||||
|
|
|
@ -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.
|
||||
*/
|
||||
|
|
|
@ -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:");
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue