Capitalize "Bluetooth".
diff --git a/pcap-bt-linux.c b/pcap-bt-linux.c
index f9d2307..eac136c 100644
--- a/pcap-bt-linux.c
+++ b/pcap-bt-linux.c
@@ -107,7 +107,7 @@
 		char dev_name[20], dev_descr[30];
 		
 		snprintf(dev_name, 20, BT_IFACE"%d", dev_req->dev_id);
-		snprintf(dev_descr, 30, "bluetooth adapter number %d", i);
+		snprintf(dev_descr, 30, "Bluetooth adapter number %d", i);
 			
 		if (pcap_add_if(&found_dev, dev_name, 0, 
 		       dev_descr, err_str) < 0)