android: Fix typo in source code comment

Change-Id: Ieeab35d51588cf247c3d9626d0291e2983720873
Reviewed-by: Kai Koehne <kai.koehne@qt.io>
This commit is contained in:
Jonas Kvinge 2021-10-11 21:05:28 +02:00
parent ecc307ff41
commit 5d08806adf

View File

@ -1029,7 +1029,7 @@ jboolean QAndroidInputContext::deleteSurroundingText(jint leftLength, jint right
absolutely not what Android's native EditText does. It deletes leftLength characters before
min(selection start, composing region start) and rightLength characters after max(selection
end, composing region end). There are no known keyboards that depend on this behavior, but
it is better to be consistent with EditText behavior, because there definetly should be no
it is better to be consistent with EditText behavior, because there definitely should be no
keyboards that depend on documented behavior.
*/
const int leftEnd =