aboutsummaryrefslogtreecommitdiffstats
path: root/containers/test/canvas_ity.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'containers/test/canvas_ity.hpp')
-rw-r--r--containers/test/canvas_ity.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/containers/test/canvas_ity.hpp b/containers/test/canvas_ity.hpp
index 7241ff08..5fb43209 100644
--- a/containers/test/canvas_ity.hpp
+++ b/containers/test/canvas_ity.hpp
@@ -260,7 +260,7 @@ public:
/// @brief Add an arbitrary transform to the current transform.
///
- /// This takes six values for the upper two rows of a homogenous 3x3
+ /// This takes six values for the upper two rows of a homogeneous 3x3
/// matrix (i.e., {{a, c, e}, {b, d, f}, {0.0, 0.0, 1.0}}) describing an
/// arbitrary affine transform and appends it to the current transform.
/// The values can represent any affine transform such as scaling,
@@ -285,7 +285,7 @@ public:
/// @brief Replace the current transform.
///
- /// This takes six values for the upper two rows of a homogenous 3x3
+ /// This takes six values for the upper two rows of a homogeneous 3x3
/// matrix (i.e., {{a, c, e}, {b, d, f}, {0.0, 0.0, 1.0}}) describing
/// an arbitrary affine transform and replaces the current transform
/// with it. The values can represent any affine transform such as