Skip to content
This repository has been archived by the owner on Dec 26, 2020. It is now read-only.

Commit

Permalink
Spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
ZombieWizzard committed Aug 26, 2016
1 parent a30cc1c commit ed289c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ int main(int argc, char** argv) {
if (buttons & SCE_CTRL_CROSS)
loop = 0;
} else if (act_mode == 2) {
vita2d_printf(pgf, 6.0f, GREEN, "System has been de-activated succesfully");
vita2d_printf(pgf, 6.0f, GREEN, "System has been deactivated succesfully");
width = vita2d_printf(pgf, 7.0f, WHITE, "To exit Vita Activator press ");
vita2d_xprintf(pgf, width, 7.0f, CYAN, "CROSS");
if (buttons & SCE_CTRL_CROSS)
Expand Down

0 comments on commit ed289c9

Please sign in to comment.