diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2017-03-02 17:56:40 +0100 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-03-03 07:42:39 +0000 |
commit | 6fab286b2a213575e3b1ccd0eddb00c8b242af00 (patch) | |
tree | 390e09b20192f829524e9975ba4b36ca47cb2975 /chart2 | |
parent | ba48819e9f01466b4048528f5aded766a5f11e8a (diff) |
Fix typos
Change-Id: I4f16ba5fc32cbfd6a5b01e495f3ad905da193524
Reviewed-on: https://gerrit.libreoffice.org/34808
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'chart2')
-rw-r--r-- | chart2/source/view/charttypes/VSeriesPlotter.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chart2/source/view/charttypes/VSeriesPlotter.cxx b/chart2/source/view/charttypes/VSeriesPlotter.cxx index bd17a54ac21d..0d98ead38381 100644 --- a/chart2/source/view/charttypes/VSeriesPlotter.cxx +++ b/chart2/source/view/charttypes/VSeriesPlotter.cxx @@ -1697,7 +1697,7 @@ namespace { * <p>For each X value, we calculate separate Y value ranges for each data * series in the first pass. In the second pass, we calculate the minimum Y * value by taking the absolute minimum value of all data series, whereas - * the maxium Y value is the sum of all the series maximum Y values.</p> + * the maximum Y value is the sum of all the series maximum Y values.</p> * * <p>Once that's done for all X values, the final min / max Y values get * calculated by taking the absolute min / max Y values across all the X |