From 37109daae7fc4123a3cedfad5bf3d1369a5080ae Mon Sep 17 00:00:00 2001 From: Martijn Date: Sat, 2 Dec 2017 18:03:39 +0100 Subject: [PATCH] change spelling fixes github bug #31 --- src/options.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/options.c b/src/options.c index eda478e..a04fd16 100644 --- a/src/options.c +++ b/src/options.c @@ -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 ); }