diff options
| author | 2017-04-20 18:54:08 -0700 | |
|---|---|---|
| committer | 2017-04-21 10:35:47 -0700 | |
| commit | e9ee7f2cb5e33fbc7eec7d30f221168c852f2d63 (patch) | |
| tree | ff1e0689f86892fd2e3e271b1cf200f942e2f58c | |
| parent | fc533da9207a2cfe269d45884dd5e472ceb4754c (diff) | |
Fix a spelling.
Bug: 37419581
Test: N/A
Change-Id: Ia647911524f0a2ebc304e46753a2299bbdd61617
| -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 */ |