diff options
| author | 2017-04-22 02:32:34 +0000 | |
|---|---|---|
| committer | 2017-04-22 02:32:39 +0000 | |
| commit | 1939550fbafb7984b62405ecfb19a58cdea77fcc (patch) | |
| tree | 03d8072a193799f4011ffa9be7a96036bbf3cd74 | |
| parent | 6007cae425ce893b5df9c00172ba19b7f87b4bac (diff) | |
| parent | e9ee7f2cb5e33fbc7eec7d30f221168c852f2d63 (diff) | |
Merge "Fix a spelling." into oc-dev
| -rw-r--r-- | core/java/android/content/ClipDescription.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/java/android/content/ClipDescription.java b/core/java/android/content/ClipDescription.java index d8ff2229a0e4..8e30fd6eb60f 100644 --- a/core/java/android/content/ClipDescription.java +++ b/core/java/android/content/ClipDescription.java @@ -148,7 +148,7 @@ public class ClipDescription implements Parcelable { * Used for setting the timestamp at which the associated {@link ClipData} is copied to * global clipboard. * - * @param timeStamp at which the associated {@link ClipData} is copeid to clipboard in + * @param timeStamp at which the associated {@link ClipData} is copied to clipboard in * {@link System#currentTimeMillis()} time base. * @hide */ |