Skip to content

Commit

Permalink
updatyer-script : fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
agravelot committed Jul 23, 2016
1 parent dd6c877 commit bad2d80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aroma/META-INF/com/google/android/updater-script
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ package_extract_file("firmware-update/BTFM.bin",
"/dev/block/bootdevice/by-name/bluetooth");

set_progress(0.710000);
ui_print("- Restoring yout recovery...");
ui_print("- Restoring your recovery...");
package_extract_file("tmp/your_recovery.img",
"/dev/block/bootdevice/by-name/recovery");
delete ("tmp/your_recovery.img");
Expand Down

0 comments on commit bad2d80

Please sign in to comment.