From 33db14a48bf1893422ba8ee2f0b898760a9d1737 Mon Sep 17 00:00:00 2001 From: Marco Molteni Date: Sun, 19 Jan 2020 19:38:19 +0100 Subject: [PATCH] parse: fix typo in comment --- parse.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }