diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2022-08-31 22:53:48 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2022-09-01 07:21:49 +0200 |
commit | c54c576a5043dc5a0cc01f8c71897373516ae091 (patch) | |
tree | 352f9ea91c2439a53ed4de9e641769bcc2f7c73b | |
parent | 22795263e6743005c4f7df3e0dcedd933ed133b4 (diff) |
Fix typo
Change-Id: Idc3bfb5298a00c681950aa4686748335ddd90d9c
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/139136
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
-rw-r--r-- | vcl/qa/cppunit/pdfexport/pdfexport.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/qa/cppunit/pdfexport/pdfexport.cxx b/vcl/qa/cppunit/pdfexport/pdfexport.cxx index 4b25202bb2d4..4df845e45ed7 100644 --- a/vcl/qa/cppunit/pdfexport/pdfexport.cxx +++ b/vcl/qa/cppunit/pdfexport/pdfexport.cxx @@ -3605,7 +3605,7 @@ CPPUNIT_TEST_FIXTURE(PdfExportTest, testTdf139627) CPPUNIT_ASSERT_GREATER(aRect[jeh].getMinX(), aRect[tatweel].getMaxX()); // Checking left gap // Kashida fails to reach to rehmim before the series of patches starting - // with 3901e029bd39575f700e69a73818565d62226a23. The visible sypotom is + // with 3901e029bd39575f700e69a73818565d62226a23. The visible symptom is // a gap in the left of Kashida. // CPPUNIT_ASSERT_LESS(aRect[rehmim].getMaxX(), aRect[tatweel].getMinX()); |