summaryrefslogtreecommitdiff
path: root/parse.go
diff options
context:
space:
mode:
authorMarco Molteni <[email protected]>2020-01-19 19:38:19 +0100
committerMarco Molteni <[email protected]>2020-01-19 19:38:19 +0100
commit33db14a48bf1893422ba8ee2f0b898760a9d1737 (patch)
treecf407c7c5a545de7a8fe40c408ed195c0a6d23e2 /parse.go
parentced05bfe8a0f966d6ed09af656f5410bc5f4ed7c (diff)
parse: fix typo in comment
Diffstat (limited to 'parse.go')
-rw-r--r--parse.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/parse.go b/parse.go
index 3fcf08a..db9c443 100644
--- a/parse.go
+++ b/parse.go
@@ -129,7 +129,7 @@ type Parser struct {
version string
description string
- // the following fields change curing processing of command line arguments
+ // the following field changes during processing of command line arguments
lastCmd *command
}