svn commit: r281685 - head/usr.sbin/bluetooth/hccontrol

Marcelo Araujo araujo at FreeBSD.org
Sat Apr 18 06:53:14 UTC 2015


Author: araujo (ports committer)
Date: Sat Apr 18 06:53:13 2015
New Revision: 281685
URL: https://svnweb.freebsd.org/changeset/base/281685

Log:
  Fix misspelling.

Modified:
  head/usr.sbin/bluetooth/hccontrol/le.c

Modified: head/usr.sbin/bluetooth/hccontrol/le.c
==============================================================================
--- head/usr.sbin/bluetooth/hccontrol/le.c	Sat Apr 18 06:48:03 2015	(r281684)
+++ head/usr.sbin/bluetooth/hccontrol/le.c	Sat Apr 18 06:53:13 2015	(r281685)
@@ -232,7 +232,7 @@ le_read_local_supported_features(int s, 
 			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;


More information about the svn-src-head mailing list