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;
 	}