am dbb32da8: am c9eff23b: Merge "Fix typo in DevicePolicyManager documentation"

* commit 'dbb32da844cf8ed65d0b5005276a86aad7c81853':
  Fix typo in DevicePolicyManager documentation
This commit is contained in:
Nick Kralevich
2014-07-05 16:51:32 +00:00
committed by Android Git Automerger

View File

@@ -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.