diff options
| author | Branden Archer <brarcher@google.com> | 2018-10-29 08:45:31 -0700 |
|---|---|---|
| committer | Branden Archer <brarcher@google.com> | 2018-10-29 08:49:55 -0700 |
| commit | ea3bcb762d0b5c07d1f62bfdd41327f0e87257c1 (patch) | |
| tree | 3d02522a41ebe8d9079a4ac4f51000d4948802fa /core/java/android | |
| parent | 8c12dcd11a18081b365d81267c3d29f9848222f9 (diff) | |
fix spelling typo in comment
Test: typo in comment, no test necessary
Change-Id: I5a56c289e1e29a8eca33d55a77c52e87efa446a2
Diffstat (limited to 'core/java/android')
| -rw-r--r-- | core/java/android/text/TextUtils.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/java/android/text/TextUtils.java b/core/java/android/text/TextUtils.java index 195de07d8595..b970c256e467 100644 --- a/core/java/android/text/TextUtils.java +++ b/core/java/android/text/TextUtils.java @@ -84,7 +84,7 @@ import java.util.regex.Pattern; public class TextUtils { private static final String TAG = "TextUtils"; - // Zero-width character used to fill ellipsized strings when codepoint lenght must be preserved. + // Zero-width character used to fill ellipsized strings when codepoint length must be preserved. /* package */ static final char ELLIPSIS_FILLER = '\uFEFF'; // ZERO WIDTH NO-BREAK SPACE // TODO: Based on CLDR data, these need to be localized for Dzongkha (dz) and perhaps |
