Fix a typo

This commit is contained in:
Yuri 2021-02-19 13:19:32 -05:00 committed by Mark McGranaghan
parent e39e6f194c
commit 1ecc5bfc61

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"}