summaryrefslogtreecommitdiff
path: root/android
diff options
context:
space:
mode:
authorluz paz <luzpaz@users.noreply.github.com>2021-10-30 17:15:04 -0400
committerTormod Volden <debian.tormod@gmail.com>2021-10-31 17:44:55 +0100
commit14d3bde10f8363f156ef72036d08dbf91f53b980 (patch)
treed5d40b464d2d1d5e97519d10024f46081d2733d4 /android
parent6992d9bd4f627ae451e8a0371526a38434e074fe (diff)
downloadlibusb-14d3bde10f8363f156ef72036d08dbf91f53b980.tar.gz
Fix various typos in docs/comments
Found via `codespell -q 3` Closes #1015
Diffstat (limited to 'android')
-rw-r--r--android/README4
1 files changed, 2 insertions, 2 deletions
diff --git a/android/README b/android/README
index 9534036..4af4c3d 100644
--- a/android/README
+++ b/android/README
@@ -51,7 +51,7 @@ the package is built.
Runtime Permissions:
--------------------
-The Runtime Permissions on Android can be transfered from Java to Native
+The Runtime Permissions on Android can be transferred from Java to Native
over the following approach:
JAVA:
@@ -85,7 +85,7 @@ over the following approach:
libusb_init(&ctx);
libusb_wrap_sys_device(NULL, (intptr_t)fileDescriptor, &devh);
}
- /* From this point you can regulary use all libusb functions as usual */
+ /* From this point you can regularly use all libusb functions as usual */
About LIBUSB_OPTION_NO_DEVICE_DISCOVERY: