diff --git a/src/Magnum/Math/Quaternion.h b/src/Magnum/Math/Quaternion.h index a270e210f..a419be10b 100644 --- a/src/Magnum/Math/Quaternion.h +++ b/src/Magnum/Math/Quaternion.h @@ -403,7 +403,7 @@ template class Quaternion { * @brief Convert to an euler vector * @m_since_latest * - * Expects that the quaternion is normalized. Returs the angles in an + * Expects that the quaternion is normalized. Returns the angles in an * XYZ order, you can combine them back to a quaternion like this: * * @snippet MagnumMath.cpp Quaternion-fromEuler