diff options
| author | Stephen Crane <steve.crane@rococosoft.com> | 2003-02-04 15:49:49 +0000 | 
|---|---|---|
| committer | Stephen Crane <steve.crane@rococosoft.com> | 2003-02-04 15:49:49 +0000 | 
| commit | 227df09e733b7ad5421903d4e48d36860d14327f (patch) | |
| tree | c724e0abcd043b8f11f26f81402d2cd85243bb47 | |
| parent | 96209b933e9b3b9c93701e15e4a9590f859cc8c6 (diff) | |
fix typo
| -rw-r--r-- | tools/hciconfig.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/tools/hciconfig.c b/tools/hciconfig.c index 45d9a23d..0c8437f3 100644 --- a/tools/hciconfig.c +++ b/tools/hciconfig.c @@ -824,7 +824,7 @@ static void cmd_revision(int ctl, int hdev, char *opt)  		break;  	default: -		printf("\tUnsuported manufacturer\n"); +		printf("\tUnsupported manufacturer\n");  		break;  	}  	return; | 
