summaryrefslogtreecommitdiffstats
path: root/bus/dispatch.c
diff options
context:
space:
mode:
authorAnders Carlsson <andersca@codefactory.se>2003-03-14 00:59:12 +0000
committerAnders Carlsson <andersca@codefactory.se>2003-03-14 00:59:12 +0000
commit81c30364c291045d556c88f6818033104e627b6e (patch)
tree8497f67d969d1a6251f907e112dba2a3f91b49cc /bus/dispatch.c
parentd65b73884cb876276b6bd73f4b1dfcd920984a8a (diff)
2003-03-14 Anders Carlsson <andersca@codefactory.se>
* bus/dispatch.c (send_service_nonexistent_error): Fix typo.
Diffstat (limited to 'bus/dispatch.c')
-rw-r--r--bus/dispatch.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bus/dispatch.c b/bus/dispatch.c
index 1d2ea1c2..59705912 100644
--- a/bus/dispatch.c
+++ b/bus/dispatch.c
@@ -110,7 +110,7 @@ send_service_nonexistent_error (BusTransaction *transaction,
if (!_dbus_string_append (&error_message, "Service \"") ||
!_dbus_string_append (&error_message, service_name) ||
- !_dbus_string_append (&error_message, "does not exist"))
+ !_dbus_string_append (&error_message, "\" does not exist"))
{
_dbus_string_free (&error_message);
BUS_SET_OOM (error);