Skip to content

Commit

Permalink
Update create_pdf.c
Browse files Browse the repository at this point in the history
Fix mini typo on PRNG algorithm
  • Loading branch information
FreeMinded authored Sep 10, 2024
1 parent f250aee commit 1511791
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/create_pdf.c
Original file line number Diff line number Diff line change
Expand Up @@ -476,7 +476,7 @@ int create_pdf( nwipe_context_t* ptr )
{
if( nwipe_options.prng == &nwipe_xoroshiro256_prng )
{
snprintf( prng_type, sizeof( prng_type ), "XORshiro256" );
snprintf( prng_type, sizeof( prng_type ), "XORoshiro256" );
}
else
{
Expand Down

0 comments on commit 1511791

Please sign in to comment.