commit | be427b884f5e78d61c79dffbc266c87a45399076 | [log] [tgz] |
---|---|---|
author | Dees_Troy <dees_troy@teamw.in> | Sat Feb 02 12:15:10 2013 -0600 |
committer | Gerrit Code Review <gerrit@5.9.244.119> | Sat Feb 02 12:15:10 2013 -0600 |
tree | 710d6c45c6064d8f984fa157e6a91861a118bf09 | |
parent | ad240231f29c02ea5323b98855131efd2f0ec280 [diff] | |
parent | 32f2ca87b7fb66d146c0798936071ab431673bb1 [diff] |
Merge "Fix misspelling and white space on fix perms" into twrp2.4
diff --git a/fixPermissions.cpp b/fixPermissions.cpp index 16a3f33..eae78e8 100644 --- a/fixPermissions.cpp +++ b/fixPermissions.cpp
@@ -53,8 +53,8 @@ if ((getPackages()) != 0) { return -1; } - - ui_print("Fixing /system/app perissions...\n"); + + ui_print("Fixing /system/app permissions...\n"); if ((fixSystemApps()) != 0) { return -1; }