diff options
| author | Patrick Storz <eduard.braun2@gmx.de> | 2019-04-01 20:26:37 +0000 |
|---|---|---|
| committer | Patrick Storz <eduard.braun2@gmx.de> | 2019-04-02 20:10:02 +0000 |
| commit | c08df128f0fdf5195eecc91e77ba72b0c60b6a47 (patch) | |
| tree | 0caef8c7641aee795b028099d2047b55da7cbd5e /src/2geom/sbasis-math.cpp | |
| parent | Update CMakeLists.txt (diff) | |
| download | inkscape-c08df128f0fdf5195eecc91e77ba72b0c60b6a47.tar.gz inkscape-c08df128f0fdf5195eecc91e77ba72b0c60b6a47.zip | |
2geom: update to 7e3b3f75023c7c69fd085574cfaa46de0213bbbc
Diffstat (limited to 'src/2geom/sbasis-math.cpp')
| -rw-r--r-- | src/2geom/sbasis-math.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/2geom/sbasis-math.cpp b/src/2geom/sbasis-math.cpp index e9ee917de..b10bf9307 100644 --- a/src/2geom/sbasis-math.cpp +++ b/src/2geom/sbasis-math.cpp @@ -340,7 +340,7 @@ Piecewise<SBasis> reciprocal(Piecewise<SBasis> const &f, double tol, int order){ } /** - * \brief Retruns a Piecewise SBasis with prescribed values at prescribed times. + * \brief Returns a Piecewise SBasis with prescribed values at prescribed times. * * \param times: vector of times at which the values are given. Should be sorted in increasing order. * \param values: vector of prescribed values. Should have the same size as times and be sorted accordingly. |
