mirror of
https://github.com/essentials/Essentials.git
synced 2025-08-20 05:21:21 +02:00
Fix spelling mistakes
This commit is contained in:
4
Essentials2Compat/src/com/earth2me/essentials/Economy.java
Normal file → Executable file
4
Essentials2Compat/src/com/earth2me/essentials/Economy.java
Normal file → Executable file
@@ -68,10 +68,10 @@ public final class Economy
|
||||
}
|
||||
|
||||
/**
|
||||
* Substracts money from the balance of a user
|
||||
* Subtracts money from the balance of a user
|
||||
*
|
||||
* @param name Name of the user
|
||||
* @param amount The money you want to substract
|
||||
* @param amount The money you want to subtract
|
||||
* @throws UserDoesNotExistException If a user by that name does not exists
|
||||
* @throws NoLoanPermittedException If the user is not allowed to have a negative balance
|
||||
*/
|
||||
|
Reference in New Issue
Block a user