Found using codespell. --- test/example-gatt-client | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/example-gatt-client b/test/example-gatt-client index 38ca97eae580..f9fca82c9eea 100755 --- a/test/example-gatt-client +++ b/test/example-gatt-client @@ -201,7 +201,7 @@ def main(): continue chrcs.append(path) - # List sevices found + # List services found for path, interfaces in objects.items(): if GATT_SERVICE_IFACE not in interfaces.keys(): continue -- 2.50.0