Skip to content

Commit

Permalink
Merge pull request #602 from FreeMinded/master
Browse files Browse the repository at this point in the history
Fix typo in create_pdf.c
  • Loading branch information
PartialVolume authored Sep 10, 2024
2 parents f250aee + 1511791 commit 710478d
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 710478d

Please sign in to comment.