aboutsummaryrefslogtreecommitdiffstats
path: root/src/androidselect.c
diff options
context:
space:
mode:
authorStefan Kangas2023-12-10 13:22:04 +0100
committerStefan Kangas2023-12-10 13:22:04 +0100
commit06a12b0cccbda419752f3388346be7d302ebcbeb (patch)
tree69c3a4c23638553993a7580cae4a4d597fd8e258 /src/androidselect.c
parent1d5028ad0414cad458aac1102d3612e4956068c5 (diff)
downloademacs-06a12b0cccbda419752f3388346be7d302ebcbeb.tar.gz
emacs-06a12b0cccbda419752f3388346be7d302ebcbeb.zip
; Fix typos
Diffstat (limited to 'src/androidselect.c')
-rw-r--r--src/androidselect.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/androidselect.c b/src/androidselect.c
index f7988db0520..e7a6ee258a8 100644
--- a/src/androidselect.c
+++ b/src/androidselect.c
@@ -299,7 +299,7 @@ data type available from the clipboard. */)
299 bytes_array); 299 bytes_array);
300 for (i = 0; i < length; ++i) 300 for (i = 0; i < length; ++i)
301 { 301 {
302 /* Retireve the MIME type. */ 302 /* Retrieve the MIME type. */
303 bytes 303 bytes
304 = (*android_java_env)->GetObjectArrayElement (android_java_env, 304 = (*android_java_env)->GetObjectArrayElement (android_java_env,
305 bytes_array, i); 305 bytes_array, i);