From 790139102ff0fac524a57758ff2f8b376daf03c2 Mon Sep 17 00:00:00 2001 From: Mark McGranaghan Date: Sun, 26 May 2013 06:41:44 -0700 Subject: [PATCH] fix typo --- examples/environment-variables/environment-variables.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/environment-variables/environment-variables.sh b/examples/environment-variables/environment-variables.sh index 0d0becf..5809601 100644 --- a/examples/environment-variables/environment-variables.sh +++ b/examples/environment-variables/environment-variables.sh @@ -12,7 +12,7 @@ PATH SHELL ... -# If we set `BAR` in the environemnt first, the running +# If we set `BAR` in the environment first, the running # program picks that value up. $ BAR=2 go run environment-variables.go FOO: 1