--- mesh/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mesh/main.c b/mesh/main.c index 2289d7d10..ecf324e15 100644 --- a/mesh/main.c +++ b/mesh/main.c @@ -718,7 +718,7 @@ static void update_device_info(GDBusProxy *proxy) dev = find_device_by_uuid(adapter->mesh_devices, prov_data.dev_uuid); - /* Display provisioning service once per sicovery session */ + /* Display provisioning service once per discovery session */ if (discovering && (!dev || !dev->hide)) print_prov_service(&prov_data); -- 2.11.0 -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html