Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
spelling: amount
  • Loading branch information
jsoref committed Oct 15, 2017
1 parent 7711937 commit eadd109
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rollthecode.c
Expand Up @@ -31,7 +31,7 @@ int main(int argc, char** argv)
{
if (argc < 2)
{
fprintf(stderr, "usage, %s <command> [increment]\n\tcommand can be \"lock\", \"unlock\", \"trunk\" or \"panic\"\nincrement increments the rolling code by a certain amound. Defaults to 1\n", argv[0]);
fprintf(stderr, "usage, %s <command> [increment]\n\tcommand can be \"lock\", \"unlock\", \"trunk\" or \"panic\"\nincrement increments the rolling code by a certain amount. Defaults to 1\n", argv[0]);
return -1;
}

Expand Down

0 comments on commit eadd109

Please sign in to comment.