diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2018-06-29 16:46:05 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2018-07-03 09:00:52 +0200 |
commit | 17882b5adfbfe8f92233a33d6f7e56e445a0f9f1 (patch) | |
tree | 70de37a13be3ed6dd072c258ca3493d7fc690cb3 /include/tools/urlobj.hxx | |
parent | 71654c950e7d56453cf314cfd179cd8afb9ce879 (diff) |
Fix typos
Change-Id: Ieacea4f6f53a0e55876a8b84d0dfeea8e308035d
Reviewed-on: https://gerrit.libreoffice.org/56712
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'include/tools/urlobj.hxx')
-rw-r--r-- | include/tools/urlobj.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/tools/urlobj.hxx b/include/tools/urlobj.hxx index 6abb875ff18f..309690048a49 100644 --- a/include/tools/urlobj.hxx +++ b/include/tools/urlobj.hxx @@ -202,7 +202,7 @@ public: specified character set and that can be converted to UTF-32 characters, are first decoded. If they have to be encoded, they are converted to UTF-8 characters and are than translated into - (sequences of) escape sequences. Other escape sequences are + (sequences of) escape sequences. Other escape sequences are copied verbatim (but using upper case hex digits). */ WasEncoded, @@ -386,7 +386,7 @@ public: /** Check if the scheme is one of the WebDAV scheme * we know about. * - * @return true is one othe scheme either public scheme or private scheme. + * @return true is one other scheme either public scheme or private scheme. */ bool isAnyKnownWebDAVScheme() const; |