From 2450a0e669f2edf7e35a5db420bdd445aa9f73e7 Mon Sep 17 00:00:00 2001 From: Paul Quei Date: Fri, 20 Sep 2013 09:26:21 +0800 Subject: [PATCH] Fix typo in DevicePolicyManager documentation Typo in DevicePolicyManager documentation See: http://code.google.com/p/android/issues/detail?id=60235 Change-Id: Ic120297cfdc46ec49f870e0750ec831ba6362399 --- core/java/android/app/admin/DevicePolicyManager.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/java/android/app/admin/DevicePolicyManager.java b/core/java/android/app/admin/DevicePolicyManager.java index 17e8dd9680068..5cd5513a7c2c5 100644 --- a/core/java/android/app/admin/DevicePolicyManager.java +++ b/core/java/android/app/admin/DevicePolicyManager.java @@ -1064,7 +1064,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.