1
0
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:
Chris Ward
2013-04-06 23:43:09 +11:00
parent 5826366dd2
commit 4cf954d90b
18 changed files with 27 additions and 27 deletions

View 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
*/