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="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>
|
||||||
|
|
|
@ -51,7 +51,7 @@ class DeliciousPoster
|
||||||
/**
|
/**
|
||||||
* Creates a new {@link DeliciousPoster} instance.
|
* 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 password The del.icio.us password.
|
||||||
* @param ircServer The IRC server.
|
* @param ircServer The IRC server.
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -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.
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -677,7 +677,7 @@ public class Mobibot extends PircBot
|
||||||
/**
|
/**
|
||||||
* Sets the del.icio.us authentication.
|
* 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.
|
* @param password The del.icio.us password.
|
||||||
*/
|
*/
|
||||||
private void setDeliciousAuth(String username, String password)
|
private void setDeliciousAuth(String username, String password)
|
||||||
|
@ -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:");
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue