change spelling fixes github bug #31

This commit is contained in:
Martijn
2017-12-02 18:03:39 +01:00
parent 052852d475
commit 37109daae7

View File

@@ -277,7 +277,7 @@ int nwipe_options_parse( int argc, char** argv )
|| nwipe_options.rounds < 1
)
{
fprintf( stderr, "Error: The rounds argument must be a postive integer.\n" );
fprintf( stderr, "Error: The rounds argument must be a positive integer.\n" );
exit( EINVAL );
}