summaryrefslogtreecommitdiff
path: root/svl
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2021-12-16 18:35:08 +0100
committerJulien Nabet <serval2412@yahoo.fr>2021-12-16 21:52:43 +0100
commit63f2350fa3f91fcc310f85a59f1becdfee2784af (patch)
tree6f33312c3695ec845c4a1014a7a3f8a9c868ce44 /svl
parentab864bd178a44208c98a2fd1b1248df5f1db1fc9 (diff)
Fix typos
Change-Id: I66feced8bed05c7859e36a6d2f746a7faf30c7a4 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/126915 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Jenkins
Diffstat (limited to 'svl')
-rw-r--r--svl/source/misc/urihelper.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svl/source/misc/urihelper.cxx b/svl/source/misc/urihelper.cxx
index 068aea281312..af92a9d41fe2 100644
--- a/svl/source/misc/urihelper.cxx
+++ b/svl/source/misc/urihelper.cxx
@@ -347,7 +347,7 @@ bool isBoundary2(CharClass const & rCharClass, OUString const & rStr,
}
}
-// tdf#145381 Added MatchingBracketDepth counter o detect maching closing
+// tdf#145381 Added MatchingBracketDepth counter to detect matching closing
// brackets that are part of the uri
bool checkWChar(CharClass const & rCharClass, OUString const & rStr,
sal_Int32 * pPos, sal_Int32 * pEnd,