aboutsummaryrefslogtreecommitdiffstats
path: root/pcap-bt-linux.c
diff options
context:
space:
mode:
authorguy <guy>2006-12-04 23:03:33 +0000
committerguy <guy>2006-12-04 23:03:33 +0000
commit6915e7e90610f39407fca282c87fd0c251cc052c (patch)
treeee15ce0a6878084a044c6eba9a18b3440d2af5e2 /pcap-bt-linux.c
parented2b2e24ef3fbe74f132e4a476a3e480dc25558b (diff)
Capitalize "Bluetooth".
Diffstat (limited to 'pcap-bt-linux.c')
-rw-r--r--pcap-bt-linux.c2
1 files changed, 1 insertions, 1 deletions
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 @@ bt_platform_finddevs(pcap_if_t **alldevsp, char *err_str)
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)