Skip to content
This repository has been archived by the owner on Jul 6, 2021. It is now read-only.

Commit

Permalink
Fix typo in whitespace.c
Browse files Browse the repository at this point in the history
  • Loading branch information
nloveladyallen committed May 22, 2016
1 parent 86194f8 commit 796e193
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion c/whitespace.c
Expand Up @@ -131,7 +131,7 @@ int main(int argc, char** argv)
}
}
else
printf("Proper Useage: %s file.ws", argv[0]);
printf("Proper Usage: %s file.ws\n", argv[0]);
return 1;
}

Expand Down

0 comments on commit 796e193

Please sign in to comment.