summaryrefslogtreecommitdiff
path: root/core/java
diff options
context:
space:
mode:
authorNick Kralevich <nnk@google.com>2013-11-01 22:48:55 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2013-11-01 22:48:55 +0000
commit59477290cceb5823b47dead8bf6cbd521ebbca4c (patch)
tree187504fff4eb0655378367c66d2eeeaed3e015b9 /core/java
parent6eb3a0e9ba7281bd85f63552206311d90ebb2805 (diff)
parente20166acfd08a35f4d73f6e81dc5dc4fe8c171f1 (diff)
Merge "AppOpsManager: fix javadoc misspelling."
Diffstat (limited to 'core/java')
-rw-r--r--core/java/android/app/AppOpsManager.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/java/android/app/AppOpsManager.java b/core/java/android/app/AppOpsManager.java
index aece46298364..e71d47d34438 100644
--- a/core/java/android/app/AppOpsManager.java
+++ b/core/java/android/app/AppOpsManager.java
@@ -36,7 +36,7 @@ import android.os.RemoteException;
* API for interacting with "application operation" tracking.
*
* <p>This API is not generally intended for third party application developers; most
- * features are only available to system applicatins. Obtain an instance of it through
+ * features are only available to system applications. Obtain an instance of it through
* {@link Context#getSystemService(String) Context.getSystemService} with
* {@link Context#APP_OPS_SERVICE Context.APP_OPS_SERVICE}.</p>
*/