summaryrefslogtreecommitdiffstats
path: root/hcid
diff options
context:
space:
mode:
authorUlisses Furquim <ulissesf@gmail.com>2006-10-30 11:12:45 +0000
committerUlisses Furquim <ulissesf@gmail.com>2006-10-30 11:12:45 +0000
commite850cf67df98df31700bb3227a01782c78a42d25 (patch)
tree677b1ae840d04b07e657f7673fd09c1c83b3a70e /hcid
parent46d50e58b405d591e75ee8350aa5cba0cb8c73eb (diff)
Fix comment
Diffstat (limited to 'hcid')
-rw-r--r--hcid/dbus-service.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hcid/dbus-service.c b/hcid/dbus-service.c
index 77d50730..a6f91df5 100644
--- a/hcid/dbus-service.c
+++ b/hcid/dbus-service.c
@@ -383,7 +383,7 @@ static void stop_reply(DBusPendingCall *call, void *udata)
DBusMessage *message;
call_data->agent->running = SERVICE_NOT_RUNNING;
- /* Send a signal to indicate that the service started properly */
+ /* Send a signal to indicate that the service stopped properly */
message = dbus_message_new_signal(dbus_message_get_path(call_data->msg),
dbus_message_get_interface(call_data->msg),
"Stopped");