summaryrefslogtreecommitdiff
path: root/btio/btio.c
diff options
context:
space:
mode:
authorSzymon Janc <szymon.janc@tieto.com>2014-06-13 11:34:25 +0200
committerJohan Hedberg <johan.hedberg@intel.com>2014-06-13 14:30:33 +0300
commit24aaa5c9d680e225b80da988b465d4ec3aa59a19 (patch)
treef6610220120f38d96a2d73c11c435acf7b491617 /btio/btio.c
parent94007269fd68c9e113b993fb9933244e59f45647 (diff)
downloadbluez-24aaa5c9d680e225b80da988b465d4ec3aa59a19.tar.gz
btio: Fix typo in error message
Diffstat (limited to 'btio/btio.c')
-rw-r--r--btio/btio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/btio/btio.c b/btio/btio.c
index 5f9117100..15057f62d 100644
--- a/btio/btio.c
+++ b/btio/btio.c
@@ -1087,7 +1087,7 @@ parse_opts:
if (getsockopt(sock, SOL_BLUETOOTH, BT_SNDMTU,
&l2o.omtu, &len) < 0) {
- ERROR_FAILED(err, "getsockopt(BT_RCVMTU)",
+ ERROR_FAILED(err, "getsockopt(BT_SNDMTU)",
errno);
return FALSE;
}