summaryrefslogtreecommitdiff
path: root/stoc
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-08-24 09:26:16 +0200
committerJulien Nabet <serval2412@yahoo.fr>2019-08-25 15:59:33 +0200
commit7b139b47212ac9a9e327332cfff4f254bc9a2ca2 (patch)
treef754341780d227dc80c645d4117819966208c486 /stoc
parent5a3f794219dade812ec29ea9971680058b4bade9 (diff)
Fix typos
Change-Id: Id5f8c6a5c8ef7494c8ccd3268eab3fe65d027cb3 Reviewed-on: https://gerrit.libreoffice.org/78054 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'stoc')
-rw-r--r--stoc/test/uriproc/test_uriproc.cxx2
1 files changed, 1 insertions, 1 deletions
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,