aboutsummaryrefslogtreecommitdiff
path: root/MPChartLib/src/main/java/com
diff options
context:
space:
mode:
authorduchampdev <duchampdev@outlook.com>2019-04-27 16:06:37 +0200
committerduchampdev <duchampdev@outlook.com>2019-04-27 16:06:37 +0200
commitc5667d4f141962c29f6a8ffd59958026d1a10663 (patch)
tree89da5bf3e2d9166738631f04c845e3e0606f8471 /MPChartLib/src/main/java/com
parent0563fb48b0fdc713ab1789c7544db413b26b1ae9 (diff)
downloadMPAndroidChart-c5667d4f141962c29f6a8ffd59958026d1a10663.tar.gz
fix little typo
Diffstat (limited to 'MPChartLib/src/main/java/com')
-rw-r--r--MPChartLib/src/main/java/com/github/mikephil/charting/formatter/PercentFormatter.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/MPChartLib/src/main/java/com/github/mikephil/charting/formatter/PercentFormatter.java b/MPChartLib/src/main/java/com/github/mikephil/charting/formatter/PercentFormatter.java
index 3ee1447e..012fab77 100644
--- a/MPChartLib/src/main/java/com/github/mikephil/charting/formatter/PercentFormatter.java
+++ b/MPChartLib/src/main/java/com/github/mikephil/charting/formatter/PercentFormatter.java
@@ -7,7 +7,7 @@ import java.text.DecimalFormat;
/**
* This IValueFormatter is just for convenience and simply puts a "%" sign after
- * each value. (Recommeded for PieChart)
+ * each value. (Recommended for PieChart)
*
* @author Philipp Jahoda
*/