From e72a440720410786c43ff75aec745c08aa696f6f Mon Sep 17 00:00:00 2001 From: Squareys Date: Sat, 10 Jul 2021 12:11:11 +0200 Subject: [PATCH] Math: typo. --- src/Magnum/Math/CubicHermite.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Magnum/Math/CubicHermite.h b/src/Magnum/Math/CubicHermite.h index bb7106d07..9e74148f6 100644 --- a/src/Magnum/Math/CubicHermite.h +++ b/src/Magnum/Math/CubicHermite.h @@ -137,7 +137,7 @@ template class CubicHermite { constexpr /*implicit*/ CubicHermite(const T& inTangent, const T& point, const T& outTangent) noexcept: _inTangent{inTangent}, _point{point}, _outTangent{outTangent} {} /** - * @brief Construct subic Hermite spline point from another of different type + * @brief Construct cubic Hermite spline point from another of different type * * Performs only default casting on the values, no rounding or * anything else.