From 56bcac170b8afbc15addab3dbe7e775f0c3ba4e7 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Tue, 27 Aug 2013 19:39:05 -0700 Subject: [PATCH] monitor: Fix minor typo in command description --- monitor/packet.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/monitor/packet.c b/monitor/packet.c index 2f4943d11..5651c512b 100644 --- a/monitor/packet.c +++ b/monitor/packet.c @@ -4427,7 +4427,7 @@ static const struct opcode_data opcode_table[] = { write_le_host_supported_cmd, 2, true, status_rsp, 1, true }, { 0x0c6e, 238, "Set MWS Channel Parameters" }, - { 0x0c6f, 239, "Set External Fram Configuration" }, + { 0x0c6f, 239, "Set External Frame Configuration" }, { 0x0c70, 240, "Set MWS Signaling" }, { 0x0c71, 241, "Set MWS Transport Layer" }, { 0x0c72, 242, "Set MWS Scan Frequency Table" }, -- 2.47.3