aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPedro F. Giffuni <pfg@FreeBSD.org>2016-05-01 16:36:14 +0000
committerPedro F. Giffuni <pfg@FreeBSD.org>2016-05-01 16:36:14 +0000
commitbeb45c4fd43b92f7d32cc750c5cb39753cc0ee3f (patch)
tree08ae1fba0b00de97a355b44b5f57554cd8aa2bea
parentca7f4027f7bed0d40e6b98b16a4acd3045964ba1 (diff)
downloadsrc-beb45c4fd43b92f7d32cc750c5cb39753cc0ee3f.tar.gz
src-beb45c4fd43b92f7d32cc750c5cb39753cc0ee3f.zip
bluetooth: minor spelling fixes.
User-visible strings. MFC after: 2 weeks
Notes
Notes: svn path=/head/; revision=298883
-rw-r--r--usr.sbin/bluetooth/btpand/btpand.c2
-rw-r--r--usr.sbin/bluetooth/hccontrol/node.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/bluetooth/btpand/btpand.c b/usr.sbin/bluetooth/btpand/btpand.c
index 243fcf5292b9..f4f3e69d2ea6 100644
--- a/usr.sbin/bluetooth/btpand/btpand.c
+++ b/usr.sbin/bluetooth/btpand/btpand.c
@@ -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" },
};
diff --git a/usr.sbin/bluetooth/hccontrol/node.c b/usr.sbin/bluetooth/hccontrol/node.c
index fb6fd199376b..f1f2694a2285 100644
--- a/usr.sbin/bluetooth/hccontrol/node.c
+++ b/usr.sbin/bluetooth/hccontrol/node.c
@@ -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