bluetooth: minor spelling fixes.

User-visible strings.

MFC after:	2 weeks
This commit is contained in:
Pedro F. Giffuni 2016-05-01 16:36:14 +00:00
parent ca7f4027f7
commit beb45c4fd4
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=298883
2 changed files with 2 additions and 2 deletions

View File

@ -66,7 +66,7 @@ static const struct {
const char * desc;
} services[] = {
{ "PANU", SDP_SERVICE_CLASS_PANU, "Personal Area Networking User" },
{ "NAP", SDP_SERVICE_CLASS_NAP, "Network Acess Point" },
{ "NAP", SDP_SERVICE_CLASS_NAP, "Network Access Point" },
{ "GN", SDP_SERVICE_CLASS_GN, "Group Network" },
};

View File

@ -592,7 +592,7 @@ struct hci_command node_commands[] = {
"Write the value of the Role Switch parameter for the HCI node. By default,\n" \
"if Role Switch is supported, local device will try to perform Role Switch\n" \
"and become Master on incoming connection. Some devices do not support Role\n" \
"Switch and thus incomming connections from such devices will fail. Setting\n" \
"Switch and thus incoming connections from such devices will fail. Setting\n" \
"this parameter to zero will prevent Role Switch and thus accepting device\n" \
"will remain Slave",
&hci_write_node_role_switch