Skip to content

Commit

Permalink
Update main.c
Browse files Browse the repository at this point in the history
faild -> failed
  • Loading branch information
eltociear authored Apr 12, 2024
1 parent e415f9a commit aa6e652
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ExploitGSM_5_15_to_6_1/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -1263,7 +1263,7 @@ int main(void) {

if (getuid() != 0)
{
fprintf(stderr, "Error faild get root \n");
fprintf(stderr, "Error failed get root \n");
goto error_fail_root;
}

Expand Down

0 comments on commit aa6e652

Please sign in to comment.