summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2009-09-22 12:45:51 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2009-09-22 12:45:51 +0200
commit45a8f89d405f082d1514b13a571021dbd3aa8604 (patch)
treed45a83b0b4e6b1422573c2d924a1901a7df96baf /src
parentadf2337fe9f790776cb14ed378a18824a0a42760 (diff)
downloadabrt-45a8f89d405f082d1514b13a571021dbd3aa8604.tar.gz
abrt-45a8f89d405f082d1514b13a571021dbd3aa8604.tar.xz
abrt-45a8f89d405f082d1514b13a571021dbd3aa8604.zip
typo fix. no code changes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'src')
-rw-r--r--src/Daemon/Daemon.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Daemon/Daemon.cpp b/src/Daemon/Daemon.cpp
index 0a16d84..ade419a 100644
--- a/src/Daemon/Daemon.cpp
+++ b/src/Daemon/Daemon.cpp
@@ -530,7 +530,7 @@ static gboolean handle_event_cb(GIOChannel *gio, GIOCondition condition, gpointe
if (!(event->mask & IN_ISDIR))
{
// Happens all the time during normal run
- //VERB3 log("File '%s' creation detectenamed, ignoring", name);
+ //VERB3 log("File '%s' creation detected, ignoring", name);
continue;
}