summaryrefslogtreecommitdiff
path: root/android
diff options
context:
space:
mode:
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: