From 8a8bb86ba1cd894b1d1f7b28ff431270d2e24e5f Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Wed, 9 Mar 2005 01:18:13 +0000 Subject: [PATCH] hcidump: Fix typo --- tools/parser/hci.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/parser/hci.c b/tools/parser/hci.c index d49b97986..cad919f03 100644 --- a/tools/parser/hci.c +++ b/tools/parser/hci.c @@ -290,7 +290,7 @@ static char *error_code_str[] = { "Connection Accept Timeout Exceeded", "Unsupported Feature or Parameter Value", "Invalid HCI Command Parameters", - "Remote User Teminated Connection", + "Remote User Terminated Connection", "Remote Device Terminated Connection due to Low Resources", "Remote Device Terminated Connection due to Power Off", "Connection Terminated by Local Host", -- 2.47.3