diff options
Diffstat (limited to 'svl')
-rw-r--r-- | svl/source/misc/filenotation.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svl/source/misc/filenotation.cxx b/svl/source/misc/filenotation.cxx index 536818d4e261..26d614dcf137 100644 --- a/svl/source/misc/filenotation.cxx +++ b/svl/source/misc/filenotation.cxx @@ -95,7 +95,7 @@ namespace svt break; default: - // it's a known scheme, but no file-URL -> assume that bothe the URL representation and the + // it's a known scheme, but no file-URL -> assume that both the URL representation and the // system representation are the URL itself m_sSystem = m_sFileURL = _rUrlOrPath; bSuccess = true; |