commit | 32f2ca87b7fb66d146c0798936071ab431673bb1 | [log] [tgz] |
---|---|---|
author | Dees_Troy <dees_troy@teamw.in> | Sat Feb 02 17:03:12 2013 +0000 |
committer | Dees_Troy <dees_troy@teamw.in> | Sat Feb 02 17:04:07 2013 +0000 |
tree | 7552baa4aa35714b2ec8d30676bb0e4df8c13b6c | |
parent | 5d3589ecea1f761e2de89fae7b95677f4df618df [diff] |
Fix misspelling and white space on fix perms Thanks to Space- for pointing it out
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; }