summaryrefslogtreecommitdiff
path: root/sal/osl/w32/file_url.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sal/osl/w32/file_url.cxx')
-rw-r--r--sal/osl/w32/file_url.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sal/osl/w32/file_url.cxx b/sal/osl/w32/file_url.cxx
index 74f0f97d91c8..479c1741d785 100644
--- a/sal/osl/w32/file_url.cxx
+++ b/sal/osl/w32/file_url.cxx
@@ -142,7 +142,7 @@ static BOOL IsValidFilePathComponent(
// - Array should be const static
// - Sorted array, use binary search
// - More intelligent check for com1-9, lpt1-9
- // Maybe make szComponent upper case, don't search case intensitive
+ // Maybe make szComponent upper case, don't search case insensitive
// Talked to HRO: Could be removed. Shouldn't be used in OOo, and if used for something like a filename, it will lead to an error anyway.
/*
if ( fValid )