Date: Sun, 1 May 2016 16:36:15 +0000 (UTC) From: "Pedro F. Giffuni" <pfg@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r298883 - in head/usr.sbin/bluetooth: btpand hccontrol Message-ID: <201605011636.u41GaFOt020869@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201605011636.u41GaFOt020869>