svn commit: r298883 - in head/usr.sbin/bluetooth: btpand hccontrol

Pedro F. Giffuni pfg at FreeBSD.org
Sun May 1 16:36:16 UTC 2016


Author: pfg
Date: Sun May  1 16:36:14 2016
New Revision: 298883
URL: https://svnweb.freebsd.org/changeset/base/298883

Log:
  bluetooth: minor spelling fixes.
  
  User-visible strings.
  
  MFC after:	2 weeks

Modified:
  head/usr.sbin/bluetooth/btpand/btpand.c
  head/usr.sbin/bluetooth/hccontrol/node.c

Modified: head/usr.sbin/bluetooth/btpand/btpand.c
==============================================================================
--- head/usr.sbin/bluetooth/btpand/btpand.c	Sun May  1 16:29:02 2016	(r298882)
+++ head/usr.sbin/bluetooth/btpand/btpand.c	Sun May  1 16:36:14 2016	(r298883)
@@ -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"		  },
 };
 

Modified: head/usr.sbin/bluetooth/hccontrol/node.c
==============================================================================
--- head/usr.sbin/bluetooth/hccontrol/node.c	Sun May  1 16:29:02 2016	(r298882)
+++ head/usr.sbin/bluetooth/hccontrol/node.c	Sun May  1 16:36:14 2016	(r298883)
@@ -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


More information about the svn-src-all mailing list