[Libreoffice-commits] core.git: sd/qa stoc/test

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Sun Aug 25 14:00:43 UTC 2019


 sd/qa/unit/export-tests-ooxml2.cxx |    2 +-
 stoc/test/uriproc/test_uriproc.cxx |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 7b139b47212ac9a9e327332cfff4f254bc9a2ca2
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Sat Aug 24 09:26:16 2019 +0200
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Sun Aug 25 15:59:33 2019 +0200

    Fix typos
    
    Change-Id: Id5f8c6a5c8ef7494c8ccd3268eab3fe65d027cb3
    Reviewed-on: https://gerrit.libreoffice.org/78054
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
    Tested-by: Julien Nabet <serval2412 at yahoo.fr>

diff --git a/sd/qa/unit/export-tests-ooxml2.cxx b/sd/qa/unit/export-tests-ooxml2.cxx
index 0916ac95f3ff..5d1e877eb82a 100644
--- a/sd/qa/unit/export-tests-ooxml2.cxx
+++ b/sd/qa/unit/export-tests-ooxml2.cxx
@@ -2546,7 +2546,7 @@ void SdOOXMLExportTest2::testTdf99497_keepAppearanceOfCircleKind()
     // Resulting pptx has to contain the customshapes of the corresponding kind
     // slide 1 ARC -> arc, slide 2 CUT -> chord, slide 3 SECTION -> pie
     // Adjustment values need to exist and their values need to correspond to the
-    // orignal angles. Shape 'arc' needs to be unfilled.
+    // original angles. Shape 'arc' needs to be unfilled.
     const OUString sPath("/sd/qa/unit/data/odp/tdf99497_CircleKind.odp");
     ::sd::DrawDocShellRef xDocShRef = loadURL(m_directories.getURLFromSrc(sPath), ODP);
     utl::TempFile tempFile;
diff --git a/stoc/test/uriproc/test_uriproc.cxx b/stoc/test/uriproc/test_uriproc.cxx
index b601eb3a1e04..3cb36343ce32 100644
--- a/stoc/test/uriproc/test_uriproc.cxx
+++ b/stoc/test/uriproc/test_uriproc.cxx
@@ -983,7 +983,7 @@ void Test::testMakeAbsolute() {
 
         // Per RFC 3986 Section 5.2.1 "Pre-parse the Base URI", "Normalization of the base URI
         // [...; esp. dot-segment removal per Section 6.2.2.3 "Path Segment Normalization"] is
-        // optional" (and not done by our implemenation), so if the relative URI has no scheme and
+        // optional" (and not done by our implementation), so if the relative URI has no scheme and
         // no authority and an empty path, the Base URI's path is used unmodified per Section 5.2.2
         // "Transform References" and thus still contains dot-segments:
         { "scheme:/a/../b/c", "", true, css::uri::RelativeUriExcessParentSegments_REMOVE,


More information about the Libreoffice-commits mailing list