summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorChris Sherlock <chris.sherlock79@gmail.com>2016-02-22 16:25:16 +1100
committerChris Sherlock <chris.sherlock79@gmail.com>2016-02-22 16:25:16 +1100
commit104c178a0c86b758288d9dbf6e5bd0db11fbb046 (patch)
treea73f3c8dc354704cadf12bfaeb1b0f37656f3be1 /sw
parent3e1782f05b9217d941eeff821df98df5f3e8da76 (diff)
sw: fix typo in comment
Change-Id: I34d7cdc7146c8e4d89b44a8a2824cd69ff9d7d6a
Diffstat (limited to 'sw')
-rw-r--r--sw/qa/extras/ooxmlexport/ooxmlexport7.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/qa/extras/ooxmlexport/ooxmlexport7.cxx b/sw/qa/extras/ooxmlexport/ooxmlexport7.cxx
index c8acb662c0bb..46c5390c3b74 100644
--- a/sw/qa/extras/ooxmlexport/ooxmlexport7.cxx
+++ b/sw/qa/extras/ooxmlexport/ooxmlexport7.cxx
@@ -1114,7 +1114,7 @@ DECLARE_OOXMLEXPORT_TEST(testFlipAndRotateCustomShape, "flip_and_rotate.odt")
// check rotation angle
assertXPath(pXmlDoc, "//a:xfrm", "rot", "13500000");
// check the first few coordinates of the polygon
-#ifndef MACOSX /* Retina-reatled rounding rountrip error
+#ifndef MACOSX /* Retina-related rounding rountrip error
* hard to smooth out due to the use of string compare
* instead of number */
assertXPath(pXmlDoc, "//a:custGeom/a:pathLst/a:path/a:lnTo[1]/a:pt", "x", "2351");