From 1d550874fb6318aa795baa712e6de3a9abfb98ed Mon Sep 17 00:00:00 2001 From: Andrzej Pomirski Date: Sun, 12 Jul 2015 19:18:06 +0200 Subject: [PATCH] Grammar! --- src/main/java/com/Acrobot/Breeze/Utils/PriceUtil.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/java/com/Acrobot/Breeze/Utils/PriceUtil.java b/src/main/java/com/Acrobot/Breeze/Utils/PriceUtil.java index d449580..11d9001 100644 --- a/src/main/java/com/Acrobot/Breeze/Utils/PriceUtil.java +++ b/src/main/java/com/Acrobot/Breeze/Utils/PriceUtil.java @@ -49,7 +49,7 @@ public class PriceUtil { } /** - * Gets the buy price from te text + * Gets the buy price from the text * * @param text Text to check * @return Buy price @@ -59,7 +59,7 @@ public class PriceUtil { } /** - * Gets the sell price from te text + * Gets the sell price from the text * * @param text Text to check * @return Sell price