diff options
-rw-r--r-- | include/osl/file.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/osl/file.hxx b/include/osl/file.hxx index f5fdb2ee1f53..8a677e505408 100644 --- a/include/osl/file.hxx +++ b/include/osl/file.hxx @@ -206,7 +206,7 @@ public: return static_cast< RC >( osl_getFileURLFromSystemPath( ustrSystemPath.pData, &ustrFileURL.pData ) ); } - /** Searche a full qualified system path or a file URL. + /** Search a full qualified system path or a file URL. @param[in] ustrFileName A system dependent path, a file URL, a file or relative directory |