Skip to content

Commit

Permalink
Fix text typo (Nummber -> Number)
Browse files Browse the repository at this point in the history
  • Loading branch information
mubes committed Aug 22, 2024
1 parent 2ca861d commit 3fdd4b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Src/orbuculum.c
Original file line number Diff line number Diff line change
Expand Up @@ -633,7 +633,7 @@ bool _processOptions( int argc, char *argv[], struct RunTime *r )

if ( r->options->sn )
{
genericsReport( V_INFO, "Serial Nummber : %s" EOL, r->options->sn );
genericsReport( V_INFO, "Serial Number : %s" EOL, r->options->sn );
}

if ( r->options->dataSpeed )
Expand Down

0 comments on commit 3fdd4b5

Please sign in to comment.