From e850cf67df98df31700bb3227a01782c78a42d25 Mon Sep 17 00:00:00 2001 From: Ulisses Furquim Date: Mon, 30 Oct 2006 11:12:45 +0000 Subject: Fix comment --- hcid/dbus-service.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"); -- cgit