summaryrefslogtreecommitdiff
path: root/chart2/source/view/charttypes/Splines.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'chart2/source/view/charttypes/Splines.cxx')
-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 5b906b6a084a..1921fd3dae7d 100644
--- a/chart2/source/view/charttypes/Splines.cxx
+++ b/chart2/source/view/charttypes/Splines.cxx
@@ -42,7 +42,7 @@ typedef tPointVecType::size_type lcl_tSizeType;
class lcl_SplineCalculation
{
public:
- /** @descr creates an object that calculates cublic splines on construction
+ /** @descr creates an object that calculates cubic splines on construction
@param rSortedPoints the points for which splines shall be calculated, they need to be sorted in x values
@param fY1FirstDerivation the resulting spline should have the first
@@ -57,7 +57,7 @@ public:
double fY1FirstDerivation,
double fYnFirstDerivation );
- /** @descr creates an object that calculates cublic splines on construction
+ /** @descr creates an object that calculates cubic splines on construction
for the special case of periodic cubic spline
@param rSortedPoints the points for which splines shall be calculated,