summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author TreeHugger Robot <treehugger-gerrit@google.com> 2017-04-22 02:32:34 +0000
committer Android (Google) Code Review <android-gerrit@google.com> 2017-04-22 02:32:39 +0000
commit1939550fbafb7984b62405ecfb19a58cdea77fcc (patch)
tree03d8072a193799f4011ffa9be7a96036bbf3cd74
parent6007cae425ce893b5df9c00172ba19b7f87b4bac (diff)
parente9ee7f2cb5e33fbc7eec7d30f221168c852f2d63 (diff)
Merge "Fix a spelling." into oc-dev
-rw-r--r--core/java/android/content/ClipDescription.java2
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
*/