emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/bluetooth 6aebc228b5 02/32: fix a typo in the info disp


From: Stefan Kangas
Subject: [elpa] externals/bluetooth 6aebc228b5 02/32: fix a typo in the info display
Date: Mon, 3 Jan 2022 15:11:06 -0500 (EST)

branch: externals/bluetooth
commit 6aebc228b590da051a1254f97f4cf9fd56340249
Author: Raffael Stocker <r.stocker@mnet-mail.de>
Commit: Raffael Stocker <r.stocker@mnet-mail.de>

    fix a typo in the info display
---
 bluetooth.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bluetooth.el b/bluetooth.el
index 9c1b92253e..664ebae225 100644
--- a/bluetooth.el
+++ b/bluetooth.el
@@ -4124,7 +4124,7 @@ scanning the bus, displaying device info etc."
                                                 (insert (format "%15s %s\n" "" 
elt)))
                                         (insert (format "%15s %s\n" "" (cadr 
x)))))))
                         (when (cdr (assoc "UUIDs" props))
-                          (ins-heading "\nSerives (UUIDs)\n")
+                          (ins-heading "\nServices (UUIDs)\n")
                           (mapc (lambda (id-pair)
                                           (let ((desc (cadr id-pair)))
                                                 (when (car desc)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]