include/vcl/UserResourceScanner.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit ddb4047a19a4bda4385cb23046eb094beea88079 Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Sat Jan 18 14:59:40 2025 +0100 Commit: Julien Nabet <serval2...@yahoo.fr> CommitDate: Sat Jan 18 21:29:14 2025 +0100 Fix typo Change-Id: Idccd17065affa1d5ed0821f71faac7d71e9a8928 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/180443 Reviewed-by: Taichi Haradaguchi <20001...@protonmail.com> Tested-by: Jenkins diff --git a/include/vcl/UserResourceScanner.hxx b/include/vcl/UserResourceScanner.hxx index 7a591a5951b4..db7da3accc90 100644 --- a/include/vcl/UserResourceScanner.hxx +++ b/include/vcl/UserResourceScanner.hxx @@ -25,7 +25,7 @@ VCL_DLLPUBLIC bool readFileStatus(osl::FileStatus& rStatus, const OUString& rFil class VCL_DLLPUBLIC UserResourceScanner { protected: - /** Scans the provided directory for the resoruce. + /** Scans the provided directory for the resource. * * The returned strings will contain the URLs to the resources. */