summaryrefslogtreecommitdiff
path: root/basegfx/source/matrix/b3dhommatrix.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'basegfx/source/matrix/b3dhommatrix.cxx')
-rw-r--r--basegfx/source/matrix/b3dhommatrix.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/basegfx/source/matrix/b3dhommatrix.cxx b/basegfx/source/matrix/b3dhommatrix.cxx
index dac62a964e79..2d017dd9ad66 100644
--- a/basegfx/source/matrix/b3dhommatrix.cxx
+++ b/basegfx/source/matrix/b3dhommatrix.cxx
@@ -351,7 +351,7 @@ namespace basegfx
aVUV.normalize();
aVPN.normalize();
- // build x-axis as peroendicular fron aVUV and aVPN
+ // build x-axis as perpendicular fron aVUV and aVPN
B3DVector aRx(aVUV.getPerpendicular(aVPN));
aRx.normalize();