service: fix a debug message typo
authorFelix Fietkau <nbd@openwrt.org>
Thu, 5 Jun 2014 14:45:21 +0000 (16:45 +0200)
committerFelix Fietkau <nbd@openwrt.org>
Thu, 5 Jun 2014 14:45:21 +0000 (16:45 +0200)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
service/watch.c

index 0d2d9e0..b5f4ae3 100644 (file)
@@ -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;
                        continue;
                if (!ubus_subscribe(ctx, &watch_subscribe, id))
                        return;
-               ERROR("failed to suscribe %d\n", id);
+               ERROR("failed to subscribe %d\n", id);
        }
 }
 
        }
 }