Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
mx_getopt: fix typo in comment
  • Loading branch information
donald committed Oct 9, 2015
1 parent 907f222 commit 6105b4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mx_getopt.c
Expand Up @@ -349,7 +349,7 @@ static int _mx_getopt_long(struct mx_getopt_ctl *optctl, int *optindex)

*optindex = -1;

/* not an option: pop arguement */
/* not an option: pop argument */

if(!maybe_option) {
mx_getopt_pop_current_argument(optctl);
Expand Down

0 comments on commit 6105b4b

Please sign in to comment.