summaryrefslogtreecommitdiffstats
path: root/src/Daemon
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2009-09-08 14:10:22 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2009-09-08 14:10:22 +0200
commit08393f2509642009829f9de09a463e7d3e364a58 (patch)
tree0bca9827fe6b51328242e10b980d4f0243a3d656 /src/Daemon
parent3da6df481912f98460bdd69677457f0cd0c31956 (diff)
downloadabrt-08393f2509642009829f9de09a463e7d3e364a58.tar.gz
abrt-08393f2509642009829f9de09a463e7d3e364a58.tar.xz
abrt-08393f2509642009829f9de09a463e7d3e364a58.zip
typo corrected
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'src/Daemon')
-rw-r--r--src/Daemon/CommLayerServerDBus.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Daemon/CommLayerServerDBus.cpp b/src/Daemon/CommLayerServerDBus.cpp
index 1be957b8..d426338b 100644
--- a/src/Daemon/CommLayerServerDBus.cpp
+++ b/src/Daemon/CommLayerServerDBus.cpp
@@ -455,7 +455,7 @@ static long get_remote_uid(DBusMessage* call, const char** ppSender = NULL)
if (dbus_error_is_set(&err))
{
dbus_error_free(&err);
- error_msg("can't determine remore uid, assuming 0");
+ error_msg("Can't determine remote uid, assuming 0");
return 0;
}
return uid;