diff options
-rw-r--r-- | service/watch.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); } } |