unoidl/source/sourcetreeprovider.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 62f74053eabe79980aaa69292c630dd671d2a236
Author:     Andrea Gelmini <[email protected]>
AuthorDate: Wed Jun 19 14:46:51 2024 +0200
Commit:     Julien Nabet <[email protected]>
CommitDate: Wed Jun 19 22:59:24 2024 +0200

    Fix typo
    
    Change-Id: If0583a49b417b7bb913201a1ccb4ab539856e389
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/169220
    Reviewed-by: Julien Nabet <[email protected]>
    Tested-by: Jenkins

diff --git a/unoidl/source/sourcetreeprovider.cxx 
b/unoidl/source/sourcetreeprovider.cxx
index c5df8e9f3395..bc7be26d7096 100644
--- a/unoidl/source/sourcetreeprovider.cxx
+++ b/unoidl/source/sourcetreeprovider.cxx
@@ -173,7 +173,7 @@ rtl::Reference<Entity> Cursor::getNext(OUString * name) {
                 if (rc != osl::FileBase::E_None) {
                     SAL_WARN(
                         "unoidl",
-                        "getFileSatus in <" << directory_.getURL() << "> 
failed with " << +rc);
+                        "getFileStatus in <" << directory_.getURL() << "> 
failed with " << +rc);
                     continue;
                 }
                 auto const dir = stat.getFileType() == 
osl::FileStatus::Directory;

Reply via email to