From 555ac3f21cb5f6099755d43c3c1e89a1a554b435 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Sat, 22 Oct 2005 15:51:12 +0000 Subject: Fix typo --- src/hci.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/hci.c b/src/hci.c index c1aa9b28..b286d46f 100644 --- a/src/hci.c +++ b/src/hci.c @@ -430,7 +430,7 @@ static hci_map commands_map[] = { { "Read Local Supported Commands", 116 }, { "Read Local Supported Features", 117 }, { "Read Local Extended Features", 118 }, - { "Read Buffer Sizer", 119 }, + { "Read Buffer Size", 119 }, { "Read Country Code", 120 }, { "Read BD ADDR", 121 }, { "Read Failed Contact Counter", 122 }, -- cgit