diff options
| author | Brian Carlstrom <bdc@google.com> | 2010-02-09 11:25:09 -0800 |
|---|---|---|
| committer | Brian Carlstrom <bdc@google.com> | 2010-02-09 11:25:09 -0800 |
| commit | 2bfbc51927dbfdfe1ffbc5a80dcb2ad2ef5aacc6 (patch) | |
| tree | ac4c1d1ae4e917856c70aba7b2209cf8b7deb9f4 /core/java | |
| parent | b104340496e3a531e26c8f428c808eca0e039f50 (diff) | |
javadoc spelling fix
Diffstat (limited to 'core/java')
| -rw-r--r-- | core/java/android/content/ComponentName.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/java/android/content/ComponentName.java b/core/java/android/content/ComponentName.java index c4ba05d32688..7ca0f01b9869 100644 --- a/core/java/android/content/ComponentName.java +++ b/core/java/android/content/ComponentName.java @@ -126,7 +126,7 @@ public final class ComponentName implements Parcelable, Cloneable, Comparable<Co } /** - * The samee as {@link #flattenToString()}, but abbreviates the class + * The same as {@link #flattenToString()}, but abbreviates the class * name if it is a suffix of the package. The result can still be used * with {@link #unflattenFromString(String)}. * |
