Skip to content

Commit

Permalink
Merge pull request PhilJay#2342 from nielsz/patch-1
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
PhilJay authored Oct 16, 2016
2 parents b7ebea2 + 91dd3cb commit 0b9fcaf
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -355,14 +355,14 @@ public boolean isEmpty() {
public abstract void notifyDataSetChanged();

/**
* calculates the offsets of the chart to the border depending on the
* Calculates the offsets of the chart to the border depending on the
* position of an eventual legend or depending on the length of the y-axis
* and x-axis labels and their position
*/
protected abstract void calculateOffsets();

/**
* calcualtes the y-min and y-max value and the y-delta and x-delta value
* Calculates the y-min and y-max value and the y-delta and x-delta value
*/
protected abstract void calcMinMax();

Expand Down

0 comments on commit 0b9fcaf

Please sign in to comment.