Diff between f019d0671875a8107463e05164b3c16250b848b2 and 32e3d6351d3f7eb6d6bb6bb1e1566d7b4469f5f6
Changed Files
| File | Additions | Deletions | Status |
| test/example-gatt-client | +1 | -1 | modified |
Full Patch
diff --git a/test/example-gatt-client b/test/example-gatt-client
index 38ca97e..f9fca82 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