summaryrefslogtreecommitdiffstats
path: root/basegfx/source
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2013-12-23 07:59:24 +0100
committerJulien Nabet <serval2412@yahoo.fr>2013-12-23 07:59:24 +0100
commit249107f62cbe4b4e145bd6e62bfb9960dc0cdb60 (patch)
tree482aadebea643bab38b0fd5106227091dc66d087 /basegfx/source
parentput a border around the paste special treelist (diff)
downloadcore-249107f62cbe4b4e145bd6e62bfb9960dc0cdb60.tar.gz
core-249107f62cbe4b4e145bd6e62bfb9960dc0cdb60.zip
Typos
Change-Id: I27ada8b5154968e521d9e67f21473aa85776e70e
Diffstat (limited to 'basegfx/source')
-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 5a57b74bddf7..c4b691f6ca02 100644
--- a/basegfx/source/matrix/b3dhommatrix.cxx
+++ b/basegfx/source/matrix/b3dhommatrix.cxx
@@ -528,7 +528,7 @@ namespace basegfx
rRotate.setZ(atan2(aCol0.getY(), aCol0.getX()));
}
- // corrcet rotate values
+ // correct rotate values
rRotate.correctValues();
}