From 2846686272931cd8bb0bcd452dd0e8b5b52064b1 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Mon, 23 Mar 2020 17:09:20 +0100 Subject: Fix typo Change-Id: I5a430d2e681b0c95476b4b59ca5281da6a05ee8e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/90924 Tested-by: Jenkins Reviewed-by: Julien Nabet --- include/osl/file.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit