summaryrefslogtreecommitdiff
path: root/mesh/main.c
diff options
context:
space:
mode:
authorƁukasz Rymanowski <lukasz.rymanowski@codecoup.pl>2017-08-31 12:12:56 +0200
committerJohan Hedberg <johan.hedberg@intel.com>2017-09-04 14:57:36 +0300
commita75b37a47627ee5de75b47564970ff48a96f7cf4 (patch)
tree8110706772cb3dd179ae19c55527f87ae49b44d0 /mesh/main.c
parent22d943a798d017a5be0882b9edfe12884b733191 (diff)
downloadbluez-a75b37a47627ee5de75b47564970ff48a96f7cf4.tar.gz
mesh: Typo fix
Diffstat (limited to 'mesh/main.c')
-rw-r--r--mesh/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mesh/main.c b/mesh/main.c
index 604e57747..42506a629 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);