From 4cf954d90b8852f494f7b070d036e39a0ae5dce4 Mon Sep 17 00:00:00 2001 From: Chris Ward Date: Sat, 6 Apr 2013 23:43:09 +1100 Subject: Fix spelling mistakes --- Essentials2Compat/src/com/earth2me/essentials/Economy.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) mode change 100644 => 100755 Essentials2Compat/src/com/earth2me/essentials/Economy.java (limited to 'Essentials2Compat/src/com/earth2me/essentials/Economy.java') diff --git a/Essentials2Compat/src/com/earth2me/essentials/Economy.java b/Essentials2Compat/src/com/earth2me/essentials/Economy.java old mode 100644 new mode 100755 index 15f0045ac..aa383a40c --- a/Essentials2Compat/src/com/earth2me/essentials/Economy.java +++ b/Essentials2Compat/src/com/earth2me/essentials/Economy.java @@ -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 */ -- cgit v1.2.3