[frameworks/kcoreaddons] src/lib/io: kdirwatch: typo--
Harald Sitter <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git commit 0a366732696223652b314381e4ff20a8f4c50d3a by Harald Sitter.
Committed on 05/08/2026 at 23:09.
Pushed by sitter into branch 'master'.
kdirwatch: typo--
M +1 -1 src/lib/io/kdirwatch.cpp
https://invent.kde.org/frameworks/kcoreaddons/-/commit/0a366732696223652b314381e4ff20a8f4c50d3a
diff --git a/src/lib/io/kdirwatch.cpp b/src/lib/io/kdirwatch.cpp
index 113c4d35..9a73632d 100644
--- a/src/lib/io/kdirwatch.cpp
+++ b/src/lib/io/kdirwatch.cpp
@@ -1614,7 +1614,7 @@ QString KDirWatchPrivate::inotifyEventName(const inotify_event *event) const
if (event->mask & IN_UNMOUNT) {
return QStringLiteral("IN_UNMOUNT");
}
- return QStringLiteral("UNKWOWN");
+ return QStringLiteral("UNKNOWN");
}
#endif