Skip to content

Commit

Permalink
small typo in the output of aai command
Browse files Browse the repository at this point in the history
  • Loading branch information
byteninjaa0 authored and ret2libc committed Jan 10, 2024
1 parent 5c28709 commit c40d246
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion librz/core/cmd/cmd_analysis.c
Original file line number Diff line number Diff line change
Expand Up @@ -6203,7 +6203,7 @@ RZ_IPI RzCmdStatus rz_print_analysis_details_handler(RzCore *core, int argc, con
rz_cons_printf("signatures: %" PFMT64d "\n", sigs);
rz_cons_printf("coverage: %" PFMT64d "\n", covr);
rz_cons_printf("code size: %" PFMT64d "\n", code);
rz_cons_printf("percentuage: %.2f%% (coverage on code size)\n", precentage);
rz_cons_printf("percentage: %.2f%% (coverage on code size)\n", precentage);
break;
case RZ_OUTPUT_MODE_JSON:
pj_o(state->d.pj);
Expand Down

0 comments on commit c40d246

Please sign in to comment.