Merge "Fix a typo in cryptfs.c"
diff --git a/cryptfs.c b/cryptfs.c
index e6439fe..cebe625 100644
--- a/cryptfs.c
+++ b/cryptfs.c
@@ -1365,7 +1365,7 @@
     } else {
         char value[PROPERTY_VALUE_MAX];
 
-        property_get("ro.vold.wipe_on_cyrypt_fail", value, "0");
+        property_get("ro.vold.wipe_on_crypt_fail", value, "0");
         if (!strcmp(value, "1")) {
             /* wipe data if encryption failed */
             SLOGE("encryption failed - rebooting into recovery to wipe data\n");