diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2020-03-23 17:09:20 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2020-03-24 09:25:14 +0100 |
commit | 2846686272931cd8bb0bcd452dd0e8b5b52064b1 (patch) | |
tree | a969615e75e84f3d66165beaa72b27b89af54c86 /include/osl | |
parent | fbb0221e3d8ebf7c5851a7dd0e516e0461d12235 (diff) |
Fix typo
Change-Id: I5a430d2e681b0c95476b4b59ca5281da6a05ee8e
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/90924
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'include/osl')
-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 |