summaryrefslogtreecommitdiff
path: root/unoidl/source/sourcetreeprovider.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'unoidl/source/sourcetreeprovider.cxx')
-rw-r--r--unoidl/source/sourcetreeprovider.cxx2
1 files changed, 1 insertions, 1 deletions
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;