Fix misspelling.

This commit is contained in:
Marcelo Araujo 2015-04-18 06:53:13 +00:00
parent 9c3471fa12
commit af5c4f8b4b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=281685

View File

@ -232,7 +232,7 @@ le_read_local_supported_features(int s, int argc ,char *argv[])
NG_HCI_OCF_LE_READ_LOCAL_SUPPORTED_FEATURES),
(void *)&rp, &n);
printf("LOCAL SUPPOREDED: %d %d %lu\n", e, rp.status,
printf("LOCAL SUPPORTED: %d %d %lu\n", e, rp.status,
rp.le_features);
return 0;