From 32e3d6351d3f7eb6d6bb6bb1e1566d7b4469f5f6 Mon Sep 17 00:00:00 2001 From: Bastien Nocera Date: Thu, 3 Jul 2025 10:53:25 +0200 Subject: [PATCH] test: Fix typos 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 38ca97eae..f9fca82c9 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.47.3