From b1b05309835474f025dc647eeba6945030e30b55 Mon Sep 17 00:00:00 2001 From: Thomas Arnhold Date: Wed, 9 Apr 2014 12:45:10 +0200 Subject: typo: independend -> independent --- sal/osl/unx/file_url.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sal') 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. -- cgit