include/tools/urlobj.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
New commits: commit 17882b5adfbfe8f92233a33d6f7e56e445a0f9f1 Author: Andrea Gelmini <[email protected]> Date: Fri Jun 29 16:46:05 2018 +0200 Fix typos Change-Id: Ieacea4f6f53a0e55876a8b84d0dfeea8e308035d Reviewed-on: https://gerrit.libreoffice.org/56712 Tested-by: Jenkins Reviewed-by: Julien Nabet <[email protected]> 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; _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
