From ad05cc1d8bcad2d843be752b866963e1ca5b1fc1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Wed, 20 Mar 2024 21:26:41 +0100 Subject: [PATCH] doc: fix a typo that was copied thousand times over. --- src/Magnum/Magnum.h | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/src/Magnum/Magnum.h b/src/Magnum/Magnum.h index 118411bdb..f7adde2ce 100644 --- a/src/Magnum/Magnum.h +++ b/src/Magnum/Magnum.h @@ -621,7 +621,7 @@ typedef Math::Matrix4x3 Matrix4x3; @brief Signed byte matrix with 2 columns and 2 rows @m_since{2020,06} -Storage only, in ordet to support matrices packed into 8-bit types. For +Storage only, in order to support matrices packed into 8-bit types. For performing arithmetic on this type use @ref Math::unpack() / @ref Math::unpackInto() to convert to a float type first and then @ref Math::pack() / @ref Math::packInto() back again. @@ -635,7 +635,7 @@ typedef Math::Matrix2x2 Matrix2x2b; @brief Signed byte matrix with 2 columns and 3 rows @m_since{2020,06} -Storage only, in ordet to support matrices packed into 8-bit types. For +Storage only, in order to support matrices packed into 8-bit types. For performing arithmetic on this type use @ref Math::unpack() / @ref Math::unpackInto() to convert to a float type first and then @ref Math::pack() / @ref Math::packInto() back again. @@ -649,7 +649,7 @@ typedef Math::Matrix2x3 Matrix2x3b; @brief Signed byte matrix with 2 columns and 4 rows @m_since{2020,06} -Storage only, in ordet to support matrices packed into 8-bit types. For +Storage only, in order to support matrices packed into 8-bit types. For performing arithmetic on this type use @ref Math::unpack() / @ref Math::unpackInto() to convert to a float type first and then @ref Math::pack() / @ref Math::packInto() back again. */ @@ -659,7 +659,7 @@ typedef Math::Matrix2x4 Matrix2x4b; @brief Signed byte matrix with 3 columns and 2 rows @m_since{2020,06} -Storage only, in ordet to support matrices packed into 8-bit types. For +Storage only, in order to support matrices packed into 8-bit types. For performing arithmetic on this type use @ref Math::unpack() / @ref Math::unpackInto() to convert to a float type first and then @ref Math::pack() / @ref Math::packInto() back again. @@ -673,7 +673,7 @@ typedef Math::Matrix3x2 Matrix3x2b; @brief Signed byte matrix with 3 columns and 3 rows @m_since{2020,06} -Storage only, in ordet to support matrices packed into 8-bit types. For +Storage only, in order to support matrices packed into 8-bit types. For performing arithmetic on this type use @ref Math::unpack() / @ref Math::unpackInto() to convert to a float type first and then @ref Math::pack() / @ref Math::packInto() back again. @@ -687,7 +687,7 @@ typedef Math::Matrix3x3 Matrix3x3b; @brief Signed byte matrix with 3 columns and 4 rows @m_since{2020,06} -Storage only, in ordet to support matrices packed into 8-bit types. For +Storage only, in order to support matrices packed into 8-bit types. For performing arithmetic on this type use @ref Math::unpack() / @ref Math::unpackInto() to convert to a float type first and then @ref Math::pack() / @ref Math::packInto() back again. */ @@ -697,7 +697,7 @@ typedef Math::Matrix3x4 Matrix3x4b; @brief Signed byte matrix with 4 columns and 2 rows @m_since{2020,06} -Storage only, in ordet to support matrices packed into 8-bit types. For +Storage only, in order to support matrices packed into 8-bit types. For performing arithmetic on this type use @ref Math::unpack() / @ref Math::unpackInto() to convert to a float type first and then @ref Math::pack() / @ref Math::packInto() back again. @@ -711,7 +711,7 @@ typedef Math::Matrix4x2 Matrix4x2b; @brief Signed byte matrix with 4 columns and 3 rows @m_since{2020,06} -Storage only, in ordet to support matrices packed into 8-bit types. For +Storage only, in order to support matrices packed into 8-bit types. For performing arithmetic on this type use @ref Math::unpack() / @ref Math::unpackInto() to convert to a float type first and then @ref Math::pack() / @ref Math::packInto() back again. @@ -725,7 +725,7 @@ typedef Math::Matrix4x3 Matrix4x3b; @brief Signed byte matrix with 4 columns and 4 rows @m_since{2020,06} -Storage only, in ordet to support matrices packed into 8-bit types. For +Storage only, in order to support matrices packed into 8-bit types. For performing arithmetic on this type use @ref Math::unpack() / @ref Math::unpackInto() to convert to a float type first and then @ref Math::pack() / @ref Math::packInto() back again. */ @@ -735,7 +735,7 @@ typedef Math::Matrix4x4 Matrix4x4b; @brief Signed short matrix with 2 columns and 2 rows @m_since{2020,06} -Storage only, in ordet to support matrices packed into 16-bit types. For +Storage only, in order to support matrices packed into 16-bit types. For performing arithmetic on this type use @ref Math::unpack() / @ref Math::unpackInto() to convert to a float type first and then @ref Math::pack() / @ref Math::packInto() back again. */ @@ -745,7 +745,7 @@ typedef Math::Matrix2x2 Matrix2x2s; @brief Signed short matrix with 2 columns and 3 rows @m_since{2020,06} -Storage only, in ordet to support matrices packed into 16-bit types. For +Storage only, in order to support matrices packed into 16-bit types. For performing arithmetic on this type use @ref Math::unpack() / @ref Math::unpackInto() to convert to a float type first and then @ref Math::pack() / @ref Math::packInto() back again. @@ -759,7 +759,7 @@ typedef Math::Matrix2x3 Matrix2x3s; @brief Signed short matrix with 2 columns and 4 rows @m_since{2020,06} -Storage only, in ordet to support matrices packed into 16-bit types. For +Storage only, in order to support matrices packed into 16-bit types. For performing arithmetic on this type use @ref Math::unpack() / @ref Math::unpackInto() to convert to a float type first and then @ref Math::pack() / @ref Math::packInto() back again. */ @@ -769,7 +769,7 @@ typedef Math::Matrix2x4 Matrix2x4s; @brief Signed short matrix with 3 columns and 2 rows @m_since{2020,06} -Storage only, in ordet to support matrices packed into 16-bit types. For +Storage only, in order to support matrices packed into 16-bit types. For performing arithmetic on this type use @ref Math::unpack() / @ref Math::unpackInto() to convert to a float type first and then @ref Math::pack() / @ref Math::packInto() back again. */ @@ -779,7 +779,7 @@ typedef Math::Matrix3x2 Matrix3x2s; @brief Signed short matrix with 3 columns and 3 rows @m_since{2020,06} -Storage only, in ordet to support matrices packed into 16-bit types. For +Storage only, in order to support matrices packed into 16-bit types. For performing arithmetic on this type use @ref Math::unpack() / @ref Math::unpackInto() to convert to a float type first and then @ref Math::pack() / @ref Math::packInto() back again. @@ -793,7 +793,7 @@ typedef Math::Matrix3x3 Matrix3x3s; @brief Signed short matrix with 3 columns and 4 rows @m_since{2020,06} -Storage only, in ordet to support matrices packed into 16-bit types. For +Storage only, in order to support matrices packed into 16-bit types. For performing arithmetic on this type use @ref Math::unpack() / @ref Math::unpackInto() to convert to a float type first and then @ref Math::pack() / @ref Math::packInto() back again. */ @@ -803,7 +803,7 @@ typedef Math::Matrix3x4 Matrix3x4s; @brief Signed short matrix with 4 columns and 2 rows @m_since{2020,06} -Storage only, in ordet to support matrices packed into 16-bit types. For +Storage only, in order to support matrices packed into 16-bit types. For performing arithmetic on this type use @ref Math::unpack() / @ref Math::unpackInto() to convert to a float type first and then @ref Math::pack() / @ref Math::packInto() back again. */ @@ -813,7 +813,7 @@ typedef Math::Matrix4x2 Matrix4x2s; @brief Signed short matrix with 4 columns and 3 rows @m_since{2020,06} -Storage only, in ordet to support matrices packed into 16-bit types. For +Storage only, in order to support matrices packed into 16-bit types. For performing arithmetic on this type use @ref Math::unpack() / @ref Math::unpackInto() to convert to a float type first and then @ref Math::pack() / @ref Math::packInto() back again. @@ -827,7 +827,7 @@ typedef Math::Matrix4x3 Matrix4x3s; @brief Signed short matrix with 4 columns and 4 rows @m_since{2020,06} -Storage only, in ordet to support matrices packed into 16-bit types. For +Storage only, in order to support matrices packed into 16-bit types. For performing arithmetic on this type use @ref Math::unpack() / @ref Math::unpackInto() to convert to a float type first and then @ref Math::pack() / @ref Math::packInto() back again. */