diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-07-23 22:25:57 +0200 |
---|---|---|
committer | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-07-24 23:36:21 +0200 |
commit | 6131288f2a85d43ba21210e677648c9245793e52 (patch) | |
tree | f8299ebc3e5a143db2cd3d140087e5b7d0b706d1 /sal | |
parent | afad1a0cbc893291ea32baa7234c4ed7a5ffcf80 (diff) |
Fix typo
"an URI", to complete:
https://gerrit.libreoffice.org/#/c/75985/
Change-Id: I57489b05117fd12ae6aa22544437ab5bc6b5154f
Reviewed-on: https://gerrit.libreoffice.org/76037
Tested-by: Jenkins
Reviewed-by: Andrea Gelmini <andrea.gelmini@gelma.net>
Diffstat (limited to 'sal')
-rw-r--r-- | sal/osl/unx/file_url.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sal/osl/unx/file_url.cxx b/sal/osl/unx/file_url.cxx index 20e40cb444c1..af79767cca3b 100644 --- a/sal/osl/unx/file_url.cxx +++ b/sal/osl/unx/file_url.cxx @@ -58,7 +58,7 @@ (RFC2396) may be handled platform independent, but will not in osl which is considered wrong. Future version of osl should handle File URLs this - way. In rtl/uri there is already an URI parser etc. + way. In rtl/uri there is already a URI parser etc. so this code should be consolidated. */ |