diff options
author | joel <joel@FreeBSD.org> | 2010-08-06 14:33:42 +0000 |
---|---|---|
committer | joel <joel@FreeBSD.org> | 2010-08-06 14:33:42 +0000 |
commit | f4e8725880aad15a64790723505167159829163a (patch) | |
tree | 5f8e429dd9357ed9d831b244958f282da6c793f2 /lib/libusb | |
parent | d1366c1596b57fce1d8e3437a62744761594f724 (diff) | |
download | FreeBSD-src-f4e8725880aad15a64790723505167159829163a.zip FreeBSD-src-f4e8725880aad15a64790723505167159829163a.tar.gz |
Fix typos and spelling mistakes.
Diffstat (limited to 'lib/libusb')
-rw-r--r-- | lib/libusb/libusb.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libusb/libusb.3 b/lib/libusb/libusb.3 index 6694fa5..b7967d5 100644 --- a/lib/libusb/libusb.3 +++ b/lib/libusb/libusb.3 @@ -144,7 +144,7 @@ disconnected and a LIBUSB_ERROR code on error. . .Ft libusb_device_handle * .Fn libusb_open_device_with_vid_pid "libusb_context *ctx" "uint16_t vid" "uint16_t pid" -Conveniance function to open a device with is +Convenience function to open a device with is .Fa vid and .Fa pid. |