summaryrefslogtreecommitdiff
path: root/chart2/source/view
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2018-01-05 10:55:20 +0100
committerMichael Stahl <mstahl@redhat.com>2018-01-05 17:43:53 +0100
commit52bab68b384309d618b03373b247401c9bcfd3de (patch)
tree17facc8b34f71ddb2e687095d5b715142b7436ce /chart2/source/view
parent4c82a3527df4687162bb2906ed5e78085c3516e9 (diff)
Fix typos
Change-Id: If114b42912a98b85f1b64f87bdb1f64afd15c85e Reviewed-on: https://gerrit.libreoffice.org/47457 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'chart2/source/view')
-rw-r--r--chart2/source/view/charttypes/Splines.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/chart2/source/view/charttypes/Splines.cxx b/chart2/source/view/charttypes/Splines.cxx
index 6f49d83d9d15..fa31a609c61e 100644
--- a/chart2/source/view/charttypes/Splines.cxx
+++ b/chart2/source/view/charttypes/Splines.cxx
@@ -65,7 +65,7 @@ public:
/** @descr this function corresponds to the function splint in [1].
- [1] Numerical Recipies in C, 2nd edition
+ [1] Numerical Recipes in C, 2nd edition
William H. Press, et al.,
Section 3.3, page 116
*/
@@ -88,7 +88,7 @@ private:
/** @descr this function corresponds to the function spline in [1].
- [1] Numerical Recipies in C, 2nd edition
+ [1] Numerical Recipes in C, 2nd edition
William H. Press, et al.,
Section 3.3, page 115
*/