Fix misspelling and white space on fix perms

Thanks to Space- for pointing it out
This commit is contained in:
Dees_Troy
2013-02-02 17:03:12 +00:00
parent 5d3589ecea
commit 32f2ca87b7
+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;
}