Skip to content

Commit

Permalink
Merge pull request #233 from P403n1x87/chore/fix-typos
Browse files Browse the repository at this point in the history
chore: fix typos
  • Loading branch information
P403n1x87 committed Sep 10, 2024
2 parents 4515056 + cabf5be commit 7c42586
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/argparse.c
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ str_to_num(char * str, long * num) {
/**
* Parse the interval argument.
*
* This acceps s, ms and us as units. The result is in microseconds.
* This accepts s, ms and us as units. The result is in microseconds.
*/
static int
parse_interval(char * str, long * num) {
Expand Down Expand Up @@ -150,7 +150,7 @@ parse_interval(char * str, long * num) {
/**
* Parse the timeout argument.
*
* This acceps s and ms as units. The result is in milliseconds.
* This accepts s and ms as units. The result is in milliseconds.
*/
static int
parse_timeout(char * str, long * num) {
Expand Down

0 comments on commit 7c42586

Please sign in to comment.