summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Kralevich <nnk@google.com>2014-07-05 16:40:50 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2014-07-03 01:32:01 +0000
commitc9eff23b443f26fb8c4873a6ecb61eded0564163 (patch)
treec0904306c24d9d733eafd3bf7d3f24c187f33b6d
parent3b345a6f9103c1677a696b4770cc318df45cdcaa (diff)
parent2450a0e669f2edf7e35a5db420bdd445aa9f73e7 (diff)
downloadbase-c9eff23b443f26fb8c4873a6ecb61eded0564163.tar.gz
Merge "Fix typo in DevicePolicyManager documentation"
-rw-r--r--core/java/android/app/admin/DevicePolicyManager.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/java/android/app/admin/DevicePolicyManager.java b/core/java/android/app/admin/DevicePolicyManager.java
index ab825314f013..49ed27b17ef6 100644
--- a/core/java/android/app/admin/DevicePolicyManager.java
+++ b/core/java/android/app/admin/DevicePolicyManager.java
@@ -1071,7 +1071,7 @@ public class DevicePolicyManager {
public static final int WIPE_EXTERNAL_STORAGE = 0x0001;
/**
- * Ask the user date be wiped. This will cause the device to reboot,
+ * Ask the user data be wiped. This will cause the device to reboot,
* erasing all user data while next booting up. External storage such
* as SD cards will be also erased if the flag {@link #WIPE_EXTERNAL_STORAGE}
* is set.