Merge "Fix misspelling and white space on fix perms" into twrp2.4

This commit is contained in:
Dees_Troy
2013-02-02 12:15:10 -06:00
committed by Gerrit Code Review
+2 -2
View File
@@ -53,8 +53,8 @@ int fixPermissions::fixPerms(bool enable_debug, bool remove_data_for_missing_app
if ((getPackages()) != 0) {
return -1;
}
ui_print("Fixing /system/app perissions...\n");
ui_print("Fixing /system/app permissions...\n");
if ((fixSystemApps()) != 0) {
return -1;
}