From fd31bc2b3381079beb42e3bcf09f99f7f359c0b6 Mon Sep 17 00:00:00 2001
From: fleur <spacecarrot@fleurshax.net>
Date: Sun, 1 Mar 2020 19:06:34 +0100
Subject: [PATCH] fixed typos

---
 Documentation/bluetooth/card10.rst | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/Documentation/bluetooth/card10.rst b/Documentation/bluetooth/card10.rst
index 95098a00..9099281b 100644
--- a/Documentation/bluetooth/card10.rst
+++ b/Documentation/bluetooth/card10.rst
@@ -186,10 +186,10 @@ The range of this sensor is between 0 (``0x0``) and 400 (``0x9001``).
 
 - reading of ``0x0e00`` means **14**
 
-Access via btgatt_client
+Access via btgatt-client
 ---------------------------------
 
-Accessing services from a linux system is possible via ``btgatt_client``. The inbuilt gatt client of ``bluetoothctl`` as well as ``libgatt`` were tested, but struggled with the card10's BLE stack.
+Accessing services from a linux system is possible via ``btgatt-client``. The inbuilt gatt client of ``bluetoothctl`` as well as ``libgatt`` were tested, but struggled with the card10's BLE stack.
 
 **Example**:
 
@@ -203,7 +203,7 @@ Accessing services from a linux system is possible via ``btgatt_client``. The in
     [bluetooth]# pair CA:4D:10:xx:xx:xx     #replace xx:xx:xx with scan result
     # if this query doesn't appear, remove and re-pair:
     [agent] Confirm passkey ###### (yes/no): [CHG] Device CA:4D:10:xx:xx:xx Name: card10
-    [card10-xxxxxx]# disconnect CA:4D:10:81:FE:D8
+    [card10-xxxxxx]# disconnect CA:4D:10:xx:xx:xx
 
     # using a service:
 
-- 
GitLab