diff options
Diffstat (limited to 'statement.go')
| -rw-r--r-- | statement.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/statement.go b/statement.go index 87b3a5b..84071dd 100644 --- a/statement.go +++ b/statement.go @@ -21,7 +21,7 @@ const ( statementKindSudoPut ) -// Statetement contains parsed raw line from the script. +// Statement contains parsed raw line from the script. type Statement struct { cmd string args []string |
