summaryrefslogtreecommitdiff
path: root/src/error.h
diff options
context:
space:
mode:
authorFabrice Delliaux <netbox253@gmail.com>2022-02-12 16:21:20 +0100
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2022-02-24 13:55:40 -0800
commit65302d98e1ba584f32c7675d097d2dab7c674605 (patch)
tree71974200d55f1f0b356c6c7b835164ce7c7f692e /src/error.h
parentd89af9acb7283f8f446c976a0f3f425424768d1e (diff)
downloadbluez-65302d98e1ba584f32c7675d097d2dab7c674605.tar.gz
error: Fix typo
s/suuported/supported
Diffstat (limited to 'src/error.h')
-rw-r--r--src/error.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/error.h b/src/error.h
index dded9f93d..cc7790a23 100644
--- a/src/error.h
+++ b/src/error.h
@@ -27,7 +27,7 @@
"argument"
#define ERR_BREDR_CONN_ADAPTER_NOT_POWERED "br-connection-adapter-not-"\
"powered"
-#define ERR_BREDR_CONN_NOT_SUPPORTED "br-connection-not-suuported"
+#define ERR_BREDR_CONN_NOT_SUPPORTED "br-connection-not-supported"
#define ERR_BREDR_CONN_BAD_SOCKET "br-connection-bad-socket"
#define ERR_BREDR_CONN_MEMORY_ALLOC "br-connection-memory-"\
"allocation"