diff options
Diffstat (limited to '_examples/common.go')
-rw-r--r-- | _examples/common.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_examples/common.go b/_examples/common.go index 2719c0e..81ed647 100644 --- a/_examples/common.go +++ b/_examples/common.go @@ -6,7 +6,7 @@ import ( "strings" ) -// CheckArgs should be used to esnure the right command line arguments are +// CheckArgs should be used to ensure the right command line arguments are // passed before executing an example. func CheckArgs(arg ...string) { if len(os.Args) < len(arg)+1 { |