From 919eb0f0f58c36f4b05a11a06f12429a8a863bdf Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Thu, 5 Jun 2014 16:45:21 +0200 Subject: [PATCH] service: fix a debug message typo Signed-off-by: Felix Fietkau --- service/watch.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service/watch.c b/service/watch.c index 0d2d9e0..b5f4ae3 100644 --- a/service/watch.c +++ b/service/watch.c @@ -65,7 +65,7 @@ static void watch_subscribe_cb(struct ubus_context *ctx, struct ubus_event_handl continue; if (!ubus_subscribe(ctx, &watch_subscribe, id)) return; - ERROR("failed to suscribe %d\n", id); + ERROR("failed to subscribe %d\n", id); } } -- 2.11.0