diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2014-04-09 12:45:10 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-04-14 12:31:59 +0200 |
commit | b1b05309835474f025dc647eeba6945030e30b55 (patch) | |
tree | 2c81227087ed0fc921bc809fbe918d5bf607b99f /sal | |
parent | 2ada2b33757518891e002cd9372c6aa0c85b0a3f (diff) |
typo: independend -> independent
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 c189a8b6934a..dc3bf8eba396 100644 --- a/sal/osl/unx/file_url.cxx +++ b/sal/osl/unx/file_url.cxx @@ -49,7 +49,7 @@ This file contains the part that handles File URLs. File URLs as scheme specific notion of URIs - (RFC2396) may be handled platform independend, but + (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. |