Skip to content

Commit

Permalink
spelling and grammar fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
tpo committed Aug 4, 2017
1 parent b3daa1c commit 0ebcb2f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/arg
Expand Up @@ -4,8 +4,8 @@
# txt: The `arg` module provides a number of functions to parse arguments
# from command line.
#
# To use `arg` module you need to create handler functions which will
# be call during the parser process. The handler functions sould return
# To use the `arg` module you need to create handler functions which will
# be called during the parser process. The handler functions should return
# the number of parameters comsumed from the parameter list. See
# example below for more information.
# use: opt_quiet () {
Expand Down

0 comments on commit 0ebcb2f

Please sign in to comment.