Fix a typo

This commit is contained in:
Yuri 2021-02-19 13:19:32 -05:00 committed by GitHub
parent f72f11e641
commit 597df7631f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,7 +28,7 @@ func main() {
}
// `Exec` requires arguments in slice form (as
// apposed to one big string). We'll give `ls` a few
// opposed to one big string). We'll give `ls` a few
// common arguments. Note that the first argument should
// be the program name.
args := []string{"ls", "-a", "-l", "-h"}